Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestConfiguration^ Find(
	int testConfigurationId
)

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.

Return to top
Show: