InfoConnect for Airlines
IsDupField Property (ScreenCharacter)
Example 


Gets a value indicating whether the data cell marks the beginning of duplicate format control order field. Note: IScreenDataConstants.FIELD_MARK_DUP
Syntax
'Declaration
 
Public ReadOnly Property IsDupField As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsDupField
public bool IsDupField {get;}
Example
private ScreenCharacter screen;
            
bool dupField = screen.IsDupField;
See Also