Share via


ITestSettingsHelper.Find Method (Int32)

 

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

    The 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