TestRunConfiguration.HostData Property
Gets or sets the test run configuration data on the active host.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property HostData As HostRunConfigurationData
public HostRunConfigurationData HostData { get; set; }
public:
property HostRunConfigurationData^ HostData {
HostRunConfigurationData^ get ();
void set (HostRunConfigurationData^ value);
}
member HostData : HostRunConfigurationData with get, set
function get HostData () : HostRunConfigurationData
function set HostData (value : HostRunConfigurationData)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData
The configuration data on the host.
Remarks
Host adapter type must be selected for this run configuration. Host type is set to null if the host adapter is not selected.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.