EntityData.Version Property

Definition

[Microsoft.Azure.Mobile.Server.Tables.TableColumn(Microsoft.Azure.Mobile.Server.Tables.TableColumnType.Version)]
[System.ComponentModel.DataAnnotations.Timestamp]
public byte[] Version { get; set; }
[<Microsoft.Azure.Mobile.Server.Tables.TableColumn(Microsoft.Azure.Mobile.Server.Tables.TableColumnType.Version)>]
[<System.ComponentModel.DataAnnotations.Timestamp>]
member this.Version : byte[] with get, set
Public Property Version As Byte()

Property Value

Byte[]

Implements

Attributes

Applies to