Share via


VsctCommandId.Id Property

Definition

The integer portion of the identifier.

[MessagePack.Key(1)]
public uint Id { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<MessagePack.Key(1)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Id : uint32 with get, set
Public Property Id As UInteger

Property Value

Attributes
MessagePack.KeyAttribute IsReadOnlyAttribute

Applies to