Skip to main content
All docs
V23.2

MongoDBDataConnection.Name Property

Specifies the name of a MongoDB connection.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string Name { get; set; }

Property Value

Type Description
String

The name of a MongoDB connection.

Implements

See Also