Gets or sets the PreFunction - custom function to call before any propagation begins.
Read-write property
[Visual Basic .NET] |
---|
Public Property PreFunctionName() As String |
[C#] |
---|
public string PreFunctionName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_PreFunctionName(); |
[Unmanaged C++] |
---|
public: HRESULT get_PreFunctionName( BSTR * pPreFunction ); public: HRESULT put_PreFunctionName( BSTR PreFunction ); |
[Java] |
---|
public String getPreFunctionName(); public void setPreFunctionName( String ); |