Share via


EntityDomainManager<TData>.Services Property

 

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

Syntax

public ApiServices Services { get; set; }
public:
property ApiServices^ Services {
    ApiServices^ get();
    void set(ApiServices^ value);
}
member Services : ApiServices with get, set
Public Property Services As ApiServices

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.ApiServices

See Also

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

Return to top