Gets or sets the identifier of the command.
public:
property Object^ Id {
Object^ get ();
void set (Object^ value);
}
Type: Object
Represents the identifier of the command.
If you assign a unique identifier to each command, you can implement a single UICommandInvokedHandler method that handles events from multiple commands.
Namespace: Windows.UI.Popups
Metadata: windows.winmd