UICommandSeparator.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 identifier of the command separator.
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 = uICommandSeparator.id;
uICommandSeparator.id = object;
Public Property Id As Object
Property Value
The identifier of the command separator.
Implements
Remarks
Setting this property has no effect.