MongoServerInstanceIsPassive Property |
Gets a value indicating whether this server instance is a passive instance.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax public bool IsPassive { get; }
Public ReadOnly Property IsPassive As Boolean
Get
member IsPassive : bool with get
Property Value
Type:
BooleanSee Also