UICommandSeparator.Id Property

Definition

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

Object

Platform::Object

IInspectable

The identifier of the command separator.

Implements

Id

Remarks

Setting this property has no effect.

Applies to

See also