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)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ITestParameter
public ITestParameter this[
    string name
] { get; }
public:
property ITestParameter^ default[String^ name] {
    ITestParameter^ get (String^ name);
}
member Item : ITestParameter
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestParameter
The named parameter, if found; nulla null reference (Nothing in Visual Basic) if not found.

.NET Framework Security

See Also

Reference

TestParameterCollection Class

Item Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestParameter