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
'Declaration
Function Find ( _
settingId As Integer _
) As ITestSettings
ITestSettings Find(
int settingId
)
ITestSettings^ Find(
int settingId
)
abstract Find :
settingId:int -> ITestSettings
function Find(
settingId : int
) : ITestSettings
Parameters
settingId
Type: Int32The numeric ID for the test settings.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSettings
A test settings object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.