HostRunConfigurationData.CurrentHostType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.