共用方式為


ServiceHostInformation.OperatingSystem 屬性

定義

取得或設定服務主機執行所在的操作系統。

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)

屬性值

屬性

適用於