Skip to main content
All docs
V24.1

MongoDBDataConnection.Name Property

Specifies the name of a MongoDB connection.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v24.1.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