Gets or sets the UpdateFunction - custom function to call at the beginning of each integration step.
Read-write property
[Visual Basic .NET] |
---|
Public Property UpdateFunctionName() As String |
[C#] |
---|
public string UpdateFunctionName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_UpdateFunctionName(); |
[Unmanaged C++] |
---|
public: HRESULT get_UpdateFunctionName( BSTR * pUpdateFunction ); public: HRESULT put_UpdateFunctionName( BSTR UpdateFunction ); |
[Java] |
---|
public String getUpdateFunctionName(); public void setUpdateFunctionName( String ); |