Share via


TestParameterCollection.ContainsKey Method (String)

 

Returns a value that indicates whether a parameter that has the provided name is located in the collection.

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

Return Value

Type: System.Boolean

true if a parameter by that name is located in the collection; otherwise, false.

See Also

TestParameterCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top