ServiceHostInformation.Runtime Property

Definition

Gets or sets the runtime offered by the service host.

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

Property Value

Applies to