expression.IsUppercaseField As Boolean
where expression is a variable that represents a HostField Object
Gets
a value
that indicates whether the field is an uppercase field. Note: IScreenDataConstants.FIELD_UPPERCASEexpression.IsUppercaseField As Boolean
Dim host As HostField Dim uppercaseField As Boolean = host.IsUppercaseField