InfoConnect for Airlines
IsUppercaseField Property (HostField)
Example 


Gets a value indicating whether the field is a uppercase field.
Syntax
'Declaration
 
Public ReadOnly Property IsUppercaseField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsUppercaseField
public bool IsUppercaseField {get;}
Example
HostField host;
bool uppercaseField = host.IsUppercaseField;
See Also