Gets or sets the integration file.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntegrationFile() As String |
[C#] |
---|
public string IntegrationFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_IntegrationFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_IntegrationFile( BSTR * pVal ); public: HRESULT put_IntegrationFile( BSTR val ); |
[Java] |
---|
public String getIntegrationFile(); public void setIntegrationFile( String ); |