MongoServerSettingsClusterConfigurator Property |
Gets or sets the cluster configurator.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public Action<ClusterBuilder> ClusterConfigurator { get; set; }
Public Property ClusterConfigurator As Action(Of ClusterBuilder)
Get
Set
member ClusterConfigurator : Action<ClusterBuilder> with get, set
Property Value
Type:
ActionClusterBuilderSee Also