Share via


VersionedTextDocumentIdentifier.Version Property

Definition

Gets or sets the version of the document.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to