ServiceHostInformation.Runtime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定服務主機所提供的運行時間。
public:
property Nullable<Microsoft::ServiceHub::Framework::ServiceHostRuntime> Runtime { Nullable<Microsoft::ServiceHub::Framework::ServiceHostRuntime> get(); void set(Nullable<Microsoft::ServiceHub::Framework::ServiceHostRuntime> value); };
public Microsoft.ServiceHub.Framework.ServiceHostRuntime? Runtime { get; set; }
public Microsoft.ServiceHub.Framework.ServiceHostRuntime? Runtime { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.Runtime : Nullable<Microsoft.ServiceHub.Framework.ServiceHostRuntime> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Runtime : Nullable<Microsoft.ServiceHub.Framework.ServiceHostRuntime> with get, set
Public Property Runtime As Nullable(Of ServiceHostRuntime)
屬性值
- 屬性