ALM Open Test Architecture API Type Library Version 12.55
Field Property
The name of the database table.
The name of the field in the project database. Use all upper case.
Description
The customization field object for the specified database table and field.
Property type
Read-only property
Syntax
Visual Basic
Public Property Field( _
   ByVal TableName As String, _
   ByVal FieldName As String _
) As Object
Parameters
TableName
The name of the database table.
FieldName
The name of the field in the project database. Use all upper case.
See Also

ICustomizationFields3 Interface  | ICustomizationFields3 Members