SettingsCommand.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the command ID.
public:
property Platform::Object ^ Id { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Id();
void Id(IInspectable value);
public object Id { get; set; }
var object = settingsCommand.id;
settingsCommand.id = object;
Public Property Id As Object
Property Value
The command ID.