MongoDomainManager<TData>.Context Property
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)
Syntax
protected MongoDomainManager<TData>.MongoContext Context { get; set; }
protected:
property MongoDomainManager<TData>::MongoContext^ Context {
MongoDomainManager<TData>::MongoContext^ get();
void set(MongoDomainManager<TData>::MongoContext^ value);
}
member Context : MongoDomainManager<'TData>.MongoContext with get, set
Protected Property Context As MongoDomainManager(Of TData).MongoContext
Property Value
Type: Microsoft.Azure.Mobile.Server.MongoDomainManager<TData>.MongoContext
See Also
MongoDomainManager<TData> Class
Microsoft.Azure.Mobile.Server Namespace
Return to top