# File lib/dm-validations.rb, line 118
    def validation_property_value(name)
      respond_to?(name, true) ? send(name) : nil
    end