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