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