Compartir a través de


Server.Version Propiedad

Definición

Obtiene o establece la versión del servidor. Entre los valores posibles se incluyen: '5.6', '5.7', '8.0'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a