Gets or sets a value to disable the feature associated with the command to be executed.
public bool Supported {get; set;}
'Declaration
Public Property Supported As Boolean
'Usage
Dim instance As WorkstationCommand
Dim value As Boolean
instance.Supported = value
value = instance.Supported
public: __property bool get_Supported();
public: __property void set_Supported(
bool value
);
public:
property bool Supported {
bool get();
void set ( bool value);
}
Property Value
true to allow the feature associated with the command to execute; otherwise, it is false.