Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HostRunConfigurationData::CurrentHostType Property

 

Gets a description of the current test run host.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property String^ CurrentHostType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

Return to top
Show: