MongoDomainManager<TData>::MongoContext::Client Property

 

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

public:
property MongoClient^ Client {
	[CompilerGeneratedAttribute]
	MongoClient^ get();
	[CompilerGeneratedAttribute]
	void set(MongoClient^ value);
}

Property Value

Type: MongoDB.Driver::MongoClient^
Return to top
Show: