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.
TestRunConfiguration::HostData Property
Gets or sets the test run configuration data on the active host.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property HostRunConfigurationData^ HostData { HostRunConfigurationData^ get(); void set(HostRunConfigurationData^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.Common::HostRunConfigurationData^The configuration data on the host.
Host adapter type must be selected for this run configuration. Host type is set to null if the host adapter is not selected.
Show: