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