Sdílet prostřednictvím


ServiceHostInformation.Runtime Vlastnost

Definice

Získá nebo nastaví modul runtime nabízený hostitelem služby.

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)

Hodnota vlastnosti

Atributy

Platí pro