Gets or sets the custom function called before computing, before each segment runs, and before reporting.
Read-write property
[Visual Basic .NET] |
---|
Public Property ResetFunctionName() As String |
[C#] |
---|
public string ResetFunctionName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ResetFunctionName(); |
[Unmanaged C++] |
---|
public: HRESULT get_ResetFunctionName( BSTR * pVal ); public: HRESULT put_ResetFunctionName( BSTR InVal ); |
[Java] |
---|
public String getResetFunctionName(); public void setResetFunctionName( String ); |