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