ITestPoint.Item Property (String)
Access the properties of the test case of the point, possibly from the internal cached-properties table
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
object this[
string propertyName
] { get; }
property Object^ default[
String^ propertyName
] {
Object^ get(String^ propertyName);
}
abstract Item :
propertyName:string -> Object with get
ReadOnly Property Item (
propertyName As String
) As Object
Parameters
- propertyName
Type: System.String
Property Value
Type: System.Object
See Also
ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top