Indicates if this property is read-only. If True any attempted edits will fail.
# Get the value of the property.propertyValue = booleanProperty_var.isReadOnly
#include <Core/Application/BooleanProperty.h>// Get the value of the property.boolean propertyValue = booleanProperty_var->isReadOnly();