TestElement.Adapter Property

Definition

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.

Implements

Applies to