Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

property array<ITestPointAssignment^>^ PointAssignments {
	array<ITestPointAssignment^>^ get();
}

Property Value

Type: array<Microsoft.TeamFoundation.TestManagement.Client::ITestPointAssignment^>^

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

This list is read-only.

Return to top
Show: