Share via


VsctCommandId.Guid Property

Definition

The Guid portion of the identifier.

[MessagePack.Key(0)]
public Guid Guid { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<MessagePack.Key(0)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Guid : Guid with get, set
Public Property Guid As Guid

Property Value

Attributes
MessagePack.KeyAttribute IsReadOnlyAttribute

Applies to