Share via


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)

Syntax

[JsonPropertyAttribute(PropertyName = "__version")]
byte[] Version { get; set; }
[JsonPropertyAttribute(PropertyName = "__version")]
property array<unsigned char>^ Version {
    array<unsigned char>^ get();
    void set(array<unsigned char>^ value);
}
[<JsonPropertyAttribute(PropertyName = "__version")>]
abstract Version : byte[] with get, set
<JsonPropertyAttribute(PropertyName := "__version")>
Property Version As Byte()

Property Value

Type: System.Byte[]

See Also

ITableData Interface
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top