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.

TestResultParameterCollection::Item Property (String^)

 

Gets the specified name from the test result parameter collection.

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

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

Parameters

name
Type: System::String^

Name of the test result parameter.

Property Value

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

Specified test result parameter. Returns a null if the name is not found.

Exception Condition
KeyNotFoundException

name is null.

Return to top
Show: