MongoDomainManager<TData>.MongoContext.Client Property
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Mongo (in Microsoft.WindowsAzure.Mobile.Service.Mongo.dll)
Syntax
public MongoClient Client {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property MongoClient^ Client {
[CompilerGeneratedAttribute]
MongoClient^ get();
[CompilerGeneratedAttribute]
void set(MongoClient^ value);
}
member Client : MongoClient with get, set
Public Property Client As MongoClient
Property Value
Type: MongoDB.Driver.MongoClient
See Also
MongoDomainManager<TData>.MongoContext Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top