FieldName
Description
Returns the name of the history field.
This is a read-only property; it can be viewed but not set. The field name is set using Rational® ClearQuest® Designer, not the Rational ClearQuest API.
Syntax
VBScript
historyField.FieldName
Perl
$historyField->GetFieldName();
- Identifier
- Description
- historyField
- A HistoryField object, representing one field of a record.
- Return value
- A String that contains the name of the field.