Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public ITestResultParameter this[
string name
] { get; }
public:
property ITestResultParameter^ default[
String^ name
] {
ITestResultParameter^ get(String^ name);
}
member Item :
name:string -> ITestResultParameter with get
Public ReadOnly Property Item (
name As String
) As ITestResultParameter
Parameters
name
Type: System.StringName 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.
Exceptions
Exception | Condition |
---|---|
KeyNotFoundException | name is null. |
See Also
ITestResultParameter
Item Overload
TestResultParameterCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top