TestElement.Adapter Property
When overridden in a derived class, gets the associated diagnostic data adapter.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Adapter As String
public abstract string Adapter { get; }
public:
virtual property String^ Adapter {
String^ get () abstract;
}
abstract Adapter : string with get
abstract function get Adapter () : String
Property Value
Type: String
A diagnostic data adapter, if one is associated; otherwise, nulla null reference (Nothing in Visual Basic).
Implements
.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.