SettingsCommand.Id Property

Definition

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

Object

Platform::Object

IInspectable

The command ID.

Implements

Id

Applies to