Share via


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

'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

See Also

Reference

RegisterHostAdapterAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace