'Declaration
Public ReadOnly Property IsDupField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsDupField
public bool IsDupField {get;}
Gets
a value indicating whether the data cell marks the beginning of duplicate format control order field. Note: IScreenDataConstants.FIELD_MARK_DUP'Declaration
Public ReadOnly Property IsDupField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsDupField
public bool IsDupField {get;}
private ScreenCharacter screen; bool dupField = screen.IsDupField;