Share via


CommandMetadata.Flags Property

Definition

Gets or sets the flags associated with the command.

[System.Runtime.Serialization.DataMember]
public Microsoft.VisualStudio.RpcContracts.Commands.CommandFlags? Flags { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Flags : Nullable<Microsoft.VisualStudio.RpcContracts.Commands.CommandFlags> with get, set
Public Property Flags As Nullable(Of CommandFlags)

Property Value

Attributes

Applies to