CollectionName.Name Property

MongoRepository

CollectionNameName Property
Gets the name of the collection.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual string Name { get; }
Public Overridable ReadOnly Property Name As String
	Get
public:
virtual property String^ Name {
	String^ get ();
}
abstract Name : string with get
override Name : string with get

Property Value

Type: String
The name of the collection.
See Also