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.

ITestBase::CustomFields Property

 

Gets a work item tracking collection of user-defined fields that are registered with the server.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

property FieldCollection^ CustomFields {
	FieldCollection^ get();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::FieldCollection^

The collection of user-defined fields.

Return to top
Show: