This property returns or sets the whether the section can be modified from the user interface. Specifying true means that the section is read-only from the user interface. Specifying false means that the section is read-write from the user interface.
Defined in
Data type
boolean
Syntax
public boolean isProtected() public void setProtected(boolean protect)
Usage
If the Protected property is set to true, the section can not be modified from the user interface, but can be modified by the API.
See examples