Share via


MongoDomainManager<TData>.DatabaseName Property

 

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

Syntax

protected string DatabaseName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
protected:
property String^ DatabaseName {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    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.WindowsAzure.Mobile.Service Namespace

Return to top