Sdílet prostřednictvím


ServiceHostInformation.OperatingSystem Vlastnost

Definice

Získá nebo nastaví operační systém, na kterém běží hostitel služby.

public:
 property Nullable<Microsoft::ServiceHub::Framework::ServiceHostOperatingSystem> OperatingSystem { Nullable<Microsoft::ServiceHub::Framework::ServiceHostOperatingSystem> get(); void set(Nullable<Microsoft::ServiceHub::Framework::ServiceHostOperatingSystem> value); };
public Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem? OperatingSystem { get; set; }
public Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem? OperatingSystem { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.OperatingSystem : Nullable<Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.OperatingSystem : Nullable<Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem> with get, set
Public Property OperatingSystem As Nullable(Of ServiceHostOperatingSystem)

Hodnota vlastnosti

Atributy

Platí pro