Gets or sets the PostFunction - custom function to call after all propagation ends.
Read-write property
[Visual Basic .NET] |
---|
Public Property PostFunctionName() As String |
[C#] |
---|
public string PostFunctionName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_PostFunctionName(); |
[Unmanaged C++] |
---|
public: HRESULT get_PostFunctionName( BSTR * pPostFunction ); public: HRESULT put_PostFunctionName( BSTR PostFunction ); |
[Java] |
---|
public String getPostFunctionName(); public void setPostFunctionName( String ); |