ConnectionIdServerValue Property |
Gets the server value.
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public Nullable<int> ServerValue { get; }
Public ReadOnly Property ServerValue As Nullable(Of Integer)
Get
member ServerValue : Nullable<int> with get
Property Value
Type:
NullableInt32
The server value.
See Also