ServiceHostInformation.OperatingSystem Property

Definition

Gets or sets the operating system the service host is running on.

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; }
member this.OperatingSystem : Nullable<Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem> with get, set
Public Property OperatingSystem As Nullable(Of ServiceHostOperatingSystem)

Property Value

Applies to