Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestParameterCollection::Item Property (String^)

 

Gets a test parameter from the collection as identified by the given parameter name.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
property ITestParameter^ default[
	String^ name
] {
	ITestParameter^ get(String^ name);
}

Parameters

name
Type: System::String^

The name of the parameter to return.

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestParameter^

The named parameter, if found; null if not found.

Return to top
Show: