Share via


MongoDomainManager<TData>.MongoContext.Collection Property

 

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

Syntax

public MongoCollection<TData> Collection {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property MongoCollection<TData>^ Collection {
    [CompilerGeneratedAttribute]
    MongoCollection<TData>^ get();
    [CompilerGeneratedAttribute]
    void set(MongoCollection<TData>^ value);
}
member Collection : MongoCollection<'TData> with get, set
Public Property Collection As MongoCollection(Of TData)

Property Value

Type: MongoDB.Driver.MongoCollection<TData>

See Also

MongoDomainManager<TData>.MongoContext Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top