public SupportedCommand Command { get; set; }
Public Property Command As SupportedCommand
Get
Set
public:
property SupportedCommand Command {
SupportedCommand get ();
void set (SupportedCommand value);
}
member Command : SupportedCommand with get, set