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