Share via


MongoDomainManager<TData>.MongoContext.Server Property

 

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

Syntax

public MongoServer Server {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property MongoServer^ Server {
    [CompilerGeneratedAttribute]
    MongoServer^ get();
    [CompilerGeneratedAttribute]
    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.WindowsAzure.Mobile.Service Namespace

Return to top