Gets the server identifier.
            
 
Namespace: MongoDB.Driver.Core.ServersAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
 Syntax
SyntaxServerId ServerId { get; }ReadOnly Property ServerId As ServerId
	Get
abstract ServerId : ServerId with get
Property Value
Type: 
ServerId
            The server identifier.
            
 See Also
See Also