Click or drag to resize
MongoServerSettings.ClusterConfigurator Property
Gets or sets the cluster configurator.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax
public Action<ClusterBuilder> ClusterConfigurator { get; set; }

Property Value

Type: Action<ClusterBuilder>
See Also