ITestSuiteEntry.PointAssignments Property
Gets an array of test point assignment objects if this entry is a test case entry.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property PointAssignments As ITestPointAssignment()
ITestPointAssignment[] PointAssignments { get; }
property array<ITestPointAssignment^>^ PointAssignments {
array<ITestPointAssignment^>^ get ();
}
abstract PointAssignments : ITestPointAssignment[] with get
function get PointAssignments () : ITestPointAssignment[]
Property Value
Type: array<Microsoft.TeamFoundation.TestManagement.Client.ITestPointAssignment[]
An array of test point assignment objects, or nulla null reference (Nothing in Visual Basic) if this is not a test case entry.
Remarks
This list is read-only.
.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.