Compartilhar via


OptionalVersionedTextDocumentIdentifier.Version Property

Definition

Gets or sets the version of the document.

public:
 property Nullable<int> Version { Nullable<int> get(); void set(Nullable<int> value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Include)]
[System.Runtime.Serialization.DataMember(Name="version")]
public int? Version { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Include)>]
[<System.Runtime.Serialization.DataMember(Name="version")>]
member this.Version : Nullable<int> with get, set
Public Property Version As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to