DocumentData.Version Property

 

Namespace:   Microsoft.Azure.Mobile.Server
Assembly:  Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)

Syntax

[TableColumnAttribute(TableColumnType.Version)]
public byte[] Version { get; set; }
public:
[TableColumnAttribute(TableColumnType::Version)]
property array<unsigned char>^ Version {
    virtual array<unsigned char>^ get() sealed;
    virtual void set(array<unsigned char>^ value) sealed;
}
[<TableColumnAttribute(TableColumnType.Version)>]
abstract Version : byte[] with get, set
[<TableColumnAttribute(TableColumnType.Version)>]
override Version : byte[] with get, set
<TableColumnAttribute(TableColumnType.Version)>
Public Property Version As Byte()

Property Value

Type: System.Byte[]

Implements

ITableData.Version

See Also

DocumentData Class
Microsoft.Azure.Mobile.Server Namespace

Return to top