'DeclarationPublic ReadOnly Property IsProtectedField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsProtectedField
public bool IsProtectedField {get;}
Gets a value indicating whether the data cell marks the beginning of a protected field. Note: IScreenDataConstants.FIELD_MODE_PROTECTED'DeclarationPublic ReadOnly Property IsProtectedField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsProtectedField
public bool IsProtectedField {get;}
private ScreenCharacter screen; bool protectedField = screen.IsProtectedField;