Share via


StorageDomainManager<TData>.Table Property

 

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

Syntax

protected CloudTable Table {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
protected:
property CloudTable^ Table {
    [CompilerGeneratedAttribute]
    CloudTable^ get();
    [CompilerGeneratedAttribute]
    void set(CloudTable^ value);
}
member Table : CloudTable with get, set
Protected Property Table As CloudTable

Property Value

Type: Microsoft.WindowsAzure.Storage.Table.CloudTable

See Also

StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top