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