IHostedTest.HostType 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.
The IHostedTest.HostType string identifies a host. Testers can use this string in the HostType attribute on a custom test to specify a host in which to run that test.
public:
property System::String ^ HostType { System::String ^ get(); void set(System::String ^ value); };
public string HostType { get; set; }
member this.HostType : string with get, set
Public Property HostType As String
Property Value
The String that contains the name of the type of host in which the test should run. To indicate the default test host, this property returns null or an empty string.