InfoConnect for Airlines
IsMandatoryFillField Property (ScreenCharacter)
Example 


Gets a value that indicates whether the data cell marks the beginning of a mandatory fill field. Note: IScreenDataConstants.FIELD_MANDATORY_FILL
Syntax
'Declaration
 
Public ReadOnly Property IsMandatoryFillField As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsMandatoryFillField
public bool IsMandatoryFillField {get;}
Example
private ScreenCharacter screen;
            
bool mandatory = screen.IsMandatoryFillField;
See Also