Bagikan melalui


ApiProperties.ServerVersion Property

Definition

Gets or sets describes the ServerVersion of an a MongoDB account. Possible values include: '3.2', '3.6', '4.0'

[Newtonsoft.Json.JsonProperty(PropertyName="serverVersion")]
public string ServerVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serverVersion")>]
member this.ServerVersion : string with get, set
Public Property ServerVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to