Click or drag to resize
ConnectionId.ServerValue Property
Gets the server value.

Namespace: MongoDB.Driver.Core.Connections
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public Nullable<int> ServerValue { get; }

Property Value

Type: Nullable<Int32>
The server value.
See Also