Share via


DocumentData.Version Property

 

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

Syntax

[TableColumnAttribute(TableColumnType.Version)]
public byte[] Version {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[TableColumnAttribute(TableColumnType::Version)]
property array<unsigned char>^ Version {
    [CompilerGeneratedAttribute]
    virtual array<unsigned char>^ get() sealed;
    [CompilerGeneratedAttribute]
    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.WindowsAzure.Mobile.Service Namespace

Return to top