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