RegisterHostAdapterAttribute.HostAdapterName Property
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
'Декларация
Public ReadOnly Property HostAdapterName As String
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.