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