Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets custom data for the host adapter.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property HostData As String
'Usage
Dim instance As HostTypeAttribute
Dim value As String
value = instance.HostData
public string HostData { get; }
public:
property String^ HostData {
String^ get ();
}
public function get HostData () : String
Property Value
Type: System.String
Custom data for the host adapter.
.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.