InfoConnect for Unisys
IsMandatoryEntryField Property (ScreenCharacter)
Example 


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