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