Gets or sets the custom function used to calculate this object's value.
Read-write property
[Visual Basic .NET] |
---|
Public Property EvalFunctionName() As String |
[C#] |
---|
public string EvalFunctionName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_EvalFunctionName(); |
[Unmanaged C++] |
---|
public: HRESULT get_EvalFunctionName( BSTR * pVal ); public: HRESULT put_EvalFunctionName( BSTR InVal ); |
[Java] |
---|
public String getEvalFunctionName(); public void setEvalFunctionName( String ); |