ClusterSettingsReplicaSetName Property |
Gets the name of the replica set.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public string ReplicaSetName { get; }
Public ReadOnly Property ReplicaSetName As String
Get
member ReplicaSetName : string with get
Property Value
Type:
String
The name of the replica set.
See Also