MongoDomainManager<TData>.DatabaseName Property

 

Namespace:   Microsoft.Azure.Mobile.Server
Assembly:  Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)

Syntax

protected string DatabaseName { get; set; }
protected:
property String^ DatabaseName {
    String^ get();
    void set(String^ value);
}
member DatabaseName : string with get, set
Protected Property DatabaseName As String

Property Value

Type: System.String

See Also

MongoDomainManager<TData> Class
Microsoft.Azure.Mobile.Server Namespace

Return to top