Share via


ITableData.Version Property

Definition

Gets or sets the unique version identifier which is updated every time the entity is updated.

[Newtonsoft.Json.JsonProperty(PropertyName="__version")]
public byte[] Version { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="__version")>]
member this.Version : byte[] with get, set
Public Property Version As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to