TestResultParameterCollection.ContainsKey Method

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

'Declaration
Public Function ContainsKey ( _
    name As String _
) As Boolean
public bool ContainsKey(
    string name
)
public:
bool ContainsKey(
    String^ name
)
member ContainsKey : 
        name:string -> bool 
public function ContainsKey(
    name : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the collection contains the parameter together with the specified name; otherwise, false.

.NET Framework Security

See Also

Reference

TestResultParameterCollection Class

Microsoft.TeamFoundation.TestManagement.Client Namespace