Sets or returns the column label for a field in a ResultSet. The column label is the heading text for a specified column. The return value defaults to fieldpathname if not set.
The value you specify, when you use this method to set the label value is the return value you get for the GetColumnLabel method of the ResultSet object.
VBScript
queryfielddef.Label
queryfielddef.Label NewValue
Perl
$queryfielddef->GetLabel();
$queryfielddef->SetLabel(NewValue);