InfoConnect for Airlines
IsFieldAttribute Property (ScreenCharacter)
Example 


Gets a value that indicates whether the data cell contains a field attribute. Note: IScreenDataConstants.FIELD_ATTRIBUTE
Syntax
'Declaration
 
Public ReadOnly Property IsFieldAttribute As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsFieldAttribute
public bool IsFieldAttribute {get;}
Example
private ScreenCharacter screen;
            
bool fieldAttribute = screen.IsFieldAttribute;
See Also