Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified test settings from the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSettings Find(
int settingId
)
ITestSettings^ Find(
int settingId
)
abstract Find :
settingId:int -> ITestSettings
Function Find (
settingId As Integer
) As ITestSettings
Parameters
settingId
Type: System.Int32The numeric ID for the test settings.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSettings
A test settings object.
See Also
ITestSettings
ITestSettingsHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top