ITestRunBase.TestSettings Property
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
'Declaration
ReadOnly Property TestSettings As ITestSettings
ITestSettings TestSettings { get; }
property ITestSettings^ TestSettings {
ITestSettings^ get ();
}
abstract TestSettings : ITestSettings with get
function get TestSettings () : ITestSettings
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSettings
Returns ITestSettings.
Remarks
See CopyTestSettings method remarks.
.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.