Share via


TableController<TData>.DomainManager Property

 

Gets or sets the IDomainManager<TData> to be used for accessing the backend store.

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

Syntax

protected IDomainManager<TData> DomainManager { get; set; }
protected:
property IDomainManager<TData>^ DomainManager {
    IDomainManager<TData>^ get();
    void set(IDomainManager<TData>^ value);
}
member DomainManager : IDomainManager<'TData> with get, set
Protected Property DomainManager As IDomainManager(Of TData)

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.Tables.IDomainManager<TData>

See Also

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

Return to top