Share via


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

ITestPointAssignment[] PointAssignments { get; }
property array<ITestPointAssignment^>^ PointAssignments {
    array<ITestPointAssignment^>^ get();
}
abstract PointAssignments : ITestPointAssignment[] with get
ReadOnly Property PointAssignments As ITestPointAssignment()

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointAssignment[]

An array of test point assignment objects, or null if this is not a test case entry.

Remarks

This list is read-only.

See Also

ITestPointAssignment
ITestSuiteEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top