MongoDomainManager<TData>.MongoContext.Client Property
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)
Syntax
public MongoClient Client { get; set; }
public:
property MongoClient^ Client {
MongoClient^ get();
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.Azure.Mobile.Server Namespace
Return to top