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 :
name:string -> ITestParameter with get
JScript does not support indexed properties.
Parameters
name
Type: StringThe name of the parameter to return.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.