Share via


TextDocumentItem.Version Property

Definition

Gets or sets the document version.

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")>]
member this.Version : int with get, set
Public Property Version As Integer

Property Value

Attributes

Applies to