Udostępnij za pośrednictwem


ServiceHostInformation.OperatingSystemVersion Właściwość

Definicja

Pobiera lub ustawia wersję systemu operacyjnego, na którym działa host usługi.

public:
 property Version ^ OperatingSystemVersion { Version ^ get(); void set(Version ^ value); };
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.VersionConverter))]
public Version? OperatingSystemVersion { get; set; }
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.VersionConverter))]
public Version? OperatingSystemVersion { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.VersionConverter))>]
member this.OperatingSystemVersion : Version with get, set
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.VersionConverter))>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.OperatingSystemVersion : Version with get, set
Public Property OperatingSystemVersion As Version

Wartość właściwości

Atrybuty
Newtonsoft.Json.JsonConverterAttribute IsReadOnlyAttribute

Dotyczy