MongoDomainManager<TData>.Services Property
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Mongo (in Microsoft.WindowsAzure.Mobile.Service.Mongo.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
MongoDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top