Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Property Servers

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Servers

Gets or sets the list of server addresses (see also Server if using only one address).

public IEnumerable<MongoServerAddress> Servers { get; set; }

Property Value

IEnumerable<MongoServerAddress>