MongoDomainManager<TData>.CollectionName Property

 

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top