Gets or sets the DeviceCommand for this CommandFrame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DeviceCommand Command { get; set; }
Public Property Command As DeviceCommand Get Set
public: property DeviceCommand Command { DeviceCommand get (); void set (DeviceCommand value); }