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