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