ITestRun.TestSettings Property
Gets the test settings that are used for this test execution.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property TestSettings As ITestSettings
ITestSettings TestSettings { get; }
property ITestSettings^ TestSettings {
ITestSettings^ get ();
}
abstract TestSettings : ITestSettings
function get TestSettings () : ITestSettings
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSettings
The test settings that are used for this test execution, or nulla null reference (Nothing in Visual Basic) if this test run has no test settings.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.