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