ITestSettings Interface
Represents the test settings that are used by test plans and test runs.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | AreaPath | Gets or sets the path for an area in Visual Studio Test Professional to which the test plan applies. |
![]() | CreatedBy | Gets the identity of the person who created this test settings object. |
![]() | CreatedByName | User who created the test settings. |
![]() | CreatedDate | Gets the date and time that this test settings object was created. |
![]() | Description | Gets or sets the description of this test settings object. |
![]() | Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
![]() | IsAutomated | Gets or sets a value that indicates whether the associated test is an automated test. |
![]() | LastUpdated | Gets the date that this test settings object was last updated. |
![]() | LastUpdatedBy | Gets the date and time that this test settings object was last updated. |
![]() | LastUpdatedByName | Last person to update settings |
![]() | MachineRoles | Gets a collection of computer roles that are used by this test settings object. |
![]() | Name | Gets or sets the name of this test settings object. |
![]() | Revision | Gets the current incremental revision number that is used for concurrency control. |
![]() | Settings | Gets or sets the actual settings as an XML element. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |


