Share via


ITestPoint.Item Property

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

'Declaration
ReadOnly Default Property Item ( _
    propertyName As String _
) As Object
Object this[
    string propertyName
] { get; }
property Object^ default[String^ propertyName] {
    Object^ get (String^ propertyName);
}
abstract Item : 
        propertyName:string -> Object with get
JScript does not support indexed properties.

Parameters

  • propertyName
    Type: String

Property Value

Type: Object

.NET Framework Security

See Also

Reference

ITestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace