Share via


HostRunConfigurationData.CurrentHostType Property

Definition

Gets a description of the current test run host.

public:
 property System::String ^ CurrentHostType { System::String ^ get(); void set(System::String ^ value); };
public string CurrentHostType { get; set; }
member this.CurrentHostType : string with get, set
Public Property CurrentHostType As String

Property Value

A description of the current test run host, or null if no host is selected.

Applies to