ITestElement.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.
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.