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
- 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.