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 the name of the custom host adapter.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public ReadOnly Property HostAdapterName As String
Get
public string HostAdapterName { get; }
public:
property String^ HostAdapterName {
String^ get ();
}
member HostAdapterName : string
function get HostAdapterName () : String
Property Value
Type: System.String
The name of the custom 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.