Description
Instance path for the receiving object. NONE can be used to clear the receiving object.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ReceiveStationPath() As String
|
| [C#] |
|---|
public string ReceiveStationPath {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ReceiveStationPath(); public: __property void set_ReceiveStationPath( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ReceiveStationPath( BSTR * pRetVal ); public: HRESULT put_ReceiveStationPath( BSTR NewReceiveStationPath );
|
| [Java] |
|---|
public String getReceiveStationPath(); public void setReceiveStationPath( String );
|
See Also