TestRunConfiguration.HostData Property
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
.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.