public virtual DeviceCommand Command { get; set; }
Public Overridable Property Command As DeviceCommand
Get
Set
public:
virtual property DeviceCommand Command {
DeviceCommand get ();
void set (DeviceCommand value);
}
function get_Command();
function set_Command(value);