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