ITestConfiguration Interface
Provides test configuration information for a test management object, such as an ITestPlan object.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | AreaPath | Gets or sets the area path. |
![]() | Description | Gets or sets a description of this test configuration. |
![]() | Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
![]() | IsDefault | Gets or sets a value that indicates whether this configuration is a default configuration for the project. |
![]() | LastUpdated | Gets the date and time that this configuration was last updated. |
![]() | LastUpdatedBy | Gets the identity of the person who last updated this configuration. |
![]() | LastUpdatedByName | Last person to update configuration |
![]() | Name | Gets or sets the name of this test configuration. |
![]() | Revision | Gets the revision number of the test configuration for concurrency control. |
![]() | State | Gets or sets the current state of this test configuration. |
![]() | Values | Gets a dictionary of named values for this configuration. |
| Name | Description | |
|---|---|---|
![]() | Delete() | Removes this test configuration from the server if it is not referenced by any test results, test suites, or test points. |
![]() | Refresh() | Updates this test configuration by using data from the server. |
![]() | Save() | Saves the new or updated test configuration settings to the server. |
![]() | Save(Boolean) | Saves the new or updated test configuration settings to the server, optionally forcing the update if any existing references to this test configuration occur. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |


