Share via


PropertyUpdate.Property Property

Definition

Gets the property updated.

public:
 property Microsoft::VisualStudio::RpcContracts::Commands::CommandProperty Property { Microsoft::VisualStudio::RpcContracts::Commands::CommandProperty get(); };
[Newtonsoft.Json.JsonProperty]
public Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty Property { get; }
[System.Runtime.Serialization.DataMember(Order=0)]
public Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty Property { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<Newtonsoft.Json.JsonProperty>]
member this.Property : Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty
[<System.Runtime.Serialization.DataMember(Order=0)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Property : Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty
Public ReadOnly Property Property As CommandProperty

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute IsReadOnlyAttribute

Applies to