IMongoClientCluster Property |
Gets the cluster.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax ICluster Cluster { get; }
ReadOnly Property Cluster As ICluster
Get
abstract Cluster : ICluster with get
Property Value
Type:
ICluster
The cluster.
See Also