Property that indicates if the document has been modified since it was last saved.
# Get the value of the property.propertyValue = document_var.isModified
#include <Core/Application/Document.h>// Get the value of the property.boolean propertyValue = document_var->isModified();