Click or drag to resize
ClusterDescriptionServers Property
Gets the servers.

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

Property Value

Type: IReadOnlyListServerDescription
The servers.
See Also