ServiceHostInformation.RuntimeVersion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果適用,取得或設定運行時間的版本。
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
屬性值
- 屬性
-
Newtonsoft.Json.JsonConverterAttribute IsReadOnlyAttribute