ServiceHostInformation.RuntimeVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the version of the runtime, if applicable.
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
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute IsReadOnlyAttribute