Enables you to sort by a field but not display the field. Sets or returns whether you want to show the field or not. The default is True.
VBScript
queryfielddef.IsShown
queryfielddef.IsShown NewValue
Perl
$queryfielddef->GetIsShown();
$queryfielddef->SetIsShown(NewValue);