Correlation File Path.
Read-write property
[Visual Basic .NET] |
---|
Public Property CorrelationFile() As String |
[C#] |
---|
public string CorrelationFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CorrelationFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_CorrelationFile( BSTR * pVal ); public: HRESULT put_CorrelationFile( BSTR CorrelationFile ); |
[Java] |
---|
public String getCorrelationFile(); public void setCorrelationFile( String ); |