ConnectionIdServerValue Property |
Note: This API is now obsolete.
Gets the server value.
Namespace:
MongoDB.Driver.Core.Connections
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax [ObsoleteAttribute("Use LongServerValue instead.")]
public Nullable<int> ServerValue { get; }
<ObsoleteAttribute("Use LongServerValue instead.")>
Public ReadOnly Property ServerValue As Nullable(Of Integer)
Get
[<ObsoleteAttribute("Use LongServerValue instead.")>]
member ServerValue : Nullable<int> with get
Property Value
Type:
NullableInt32
The server value.
See Also