ServiceHostInformation.OperatingSystem 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 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; }
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)
Property Value
- Attributes