MongoDomainManager<TData>.CollectionName Property
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Mongo (in Microsoft.WindowsAzure.Mobile.Service.Mongo.dll)
Syntax
protected string CollectionName {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
protected:
property String^ CollectionName {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
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.WindowsAzure.Mobile.Service Namespace
Return to top