TestElement.Adapter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets the associated diagnostic data adapter.
public:
abstract property System::String ^ Adapter { System::String ^ get(); };
public abstract string Adapter { get; }
member this.Adapter : string
Public MustOverride ReadOnly Property Adapter As String
Property Value
A diagnostic data adapter, if one is associated; otherwise, null.