VersionedTextDocumentIdentifier.Version 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 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