Click or drag to resize
ReplicaSetConfigMembers Property
Gets the members.

Namespace: MongoDB.Driver.Core.Clusters
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public IReadOnlyList<EndPoint> Members { get; }

Property Value

Type: IReadOnlyListEndPoint
The members.
See Also