ITestElement.Adapter Property

Definition

Gets the associated test adapter that is used to execute the test.

public:
 property System::String ^ Adapter { System::String ^ get(); };
public string Adapter { get; }
member this.Adapter : string
Public ReadOnly Property Adapter As String

Property Value

The associated test adapter.

Applies to