'Declaration
Public ReadOnly Property IsFieldAttribute As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsFieldAttribute
public bool IsFieldAttribute {get;}
Gets
a value indicating whether the data cell contains a field attribute. Note: IScreenDataConstants.FIELD_ATTRIBUTE'Declaration
Public ReadOnly Property IsFieldAttribute As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsFieldAttribute
public bool IsFieldAttribute {get;}
private ScreenCharacter screen; bool fieldAttribute = screen.IsFieldAttribute;