ServerDescriptionState Property  | 
 
            Gets the server state.
            
 
    Namespace: 
   MongoDB.Driver.Core.Servers
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic ServerState State { get; }Public ReadOnly Property State As ServerState
	Get
member State : ServerState with get
Property Value
Type: 
ServerState
            The server state.
            
See Also