ServiceHostInformation.RuntimeVersion Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la version du runtime, le cas échéant.
public:
property Version ^ RuntimeVersion { Version ^ get(); void set(Version ^ value); };
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.VersionConverter))]
public Version? RuntimeVersion { get; set; }
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.VersionConverter))]
public Version? RuntimeVersion { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.VersionConverter))>]
member this.RuntimeVersion : Version with get, set
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.VersionConverter))>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.RuntimeVersion : Version with get, set
Public Property RuntimeVersion As Version
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute IsReadOnlyAttribute