ISessionHelper.Count Method (String)
Queries the server to find the number of test sessions matching the given query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int Count(
string queryText
)
int Count(
String^ queryText
)
abstract Count :
queryText:string -> int
Function Count (
queryText As String
) As Integer
Parameters
queryText
Type: System.StringWIQL query to execute.
Return Value
Type: System.Int32
List of test sessions.
See Also
ISessionHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top