ITableData.Version Property

 

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

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

[JsonPropertyAttribute(PropertyName = "__version")]
byte[] Version { get; set; }

Property Value

Type: System.Byte[]
Return to top
Show: