TestResultParameterCollection.ContainsKey Method (String)
Represents a value that indicates whether the collection contains the parameter together with the specified name.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public bool ContainsKey(
string name
)
public:
bool ContainsKey(
String^ name
)
member ContainsKey :
name:string -> bool
Public Function ContainsKey (
name As String
) As Boolean
Parameters
name
Type: System.StringName of the parameter.
Return Value
Type: System.Boolean
true if the collection contains the parameter together with the specified name; otherwise, false.
See Also
TestResultParameterCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top