Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The test settings being used for this test run execution. Null if the run has no test settings.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSettings TestSettings { get; }
property ITestSettings^ TestSettings {
ITestSettings^ get();
}
abstract TestSettings : ITestSettings with get
ReadOnly Property TestSettings As ITestSettings
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSettings
Returns ITestSettings.
Remarks
See CopyTestSettings method remarks.
See Also
ITestRunBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top