PropertyUpdate.Property Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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