'DeclarationPublic ReadOnly Property IsMandatoryEntryField As Boolean
'UsageDim 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'DeclarationPublic ReadOnly Property IsMandatoryEntryField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsMandatoryEntryField
public bool IsMandatoryEntryField {get;}
private ScreenCharacter screen; bool mandatory = screen.IsMandatoryEntryField;