MongoServerInstances Property |
Gets the instances for this server.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public virtual MongoServerInstance[] Instances { get; }
Public Overridable ReadOnly Property Instances As MongoServerInstance()
Get
abstract Instances : MongoServerInstance[] with get
override Instances : MongoServerInstance[] with get
Property Value
Type:
MongoServerInstanceSee Also