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