Gets or sets the SegStartFunction - custom function to call at the beginning of each segment.
Read-write property
[Visual Basic .NET] |
---|
Public Property SegStartFunctionName() As String |
[C#] |
---|
public string SegStartFunctionName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_SegStartFunctionName(); |
[Unmanaged C++] |
---|
public: HRESULT get_SegStartFunctionName( BSTR * pSegStartFunction ); public: HRESULT put_SegStartFunctionName( BSTR SegStartFunction ); |
[Java] |
---|
public String getSegStartFunctionName(); public void setSegStartFunctionName( String ); |