Click or drag to resize
MongoServerReplicaSetName Property
Gets the name of the replica set (null if not connected to a replica set).

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
public virtual string ReplicaSetName { get; }

Property Value

Type: String
See Also