The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestConfigurationHelper::Find Method (Int32)
Finds and returns a specified test configuration from the server.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- testConfigurationId
-
Type:
System::Int32
The registered ID for a specific test configuration that is saved on the server.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestConfiguration^The specified test configuration. Returns null if not found.
Show: