Fields Property
Description
A list of fields for the table specified in the DataType argument.
Property type
Read-only property
Syntax
Visual Basic
Public Property Fields( _
   ByVal DataType As String _
) As List
Parameters
DataType
The name of a system table.
Remarks

Some possible values for DataType are:

"ALL_LISTS" for Subject
"BUG" for Defect
"CYCL_FOLD" for Test Set Folder
"CYCLE" for Test Set
"DESSTEPS" for Design Step
"REQ" for Requirement
"RUN" for Run
"STEP" for Run Step
"TEST" for Test
"TESTCYCL" for Test in Test Set (Test Instance)

For more possibilities, see the ALM Database Reference.

See Also