IsMasterResultServerType Property |
Gets the type of the server.
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public ServerType ServerType { get; }
Public ReadOnly Property ServerType As ServerType
Get
member ServerType : ServerType with get
Property Value
Type:
ServerType
The type of the server.
See Also