Share via


IHostedTest.HostType Property

Definition

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.

Applies to