CreateIndexesUsingCommandOperationCollectionNamespace Property |
Gets the collection namespace.
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public CollectionNamespace CollectionNamespace { get; }
Public ReadOnly Property CollectionNamespace As CollectionNamespace
Get
member CollectionNamespace : CollectionNamespace with get
Property Value
Type:
CollectionNamespace
The collection namespace.
See Also