ALM Open Test Architecture API Type Library Version 12.55
AddField Method
The name of a field in the REQ table.
Description
Adds a new CustomizationTypedField.
Syntax
Visual Basic
Public Function AddField( _
   ByVal NewFieldName As String _
) As Object
Parameters
NewFieldName
The name of a field in the REQ table.
Remarks
When AddField is called, a CustomizationTypedField object is created that links the specified field back to the CustomizationReqType. After the call, the new CustomizationTypedField is in the list returned by the Fields property.
See Also

ICustomizationReqType3 Interface  | ICustomizationReqType3 Members