> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IPropertyModificationInfo

> IPropertyModificationInfo tracks changes to document and batch properties in FlexiCapture scripts, exposing the property type and a correctable new value.

## What it does

Stores information about modification of a document (or a batch) property.

A set value can be corrected.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Properties

| **Name**     | **Type**                                                       | **Access** | **Description**                                                                                                             |
| ------------ | -------------------------------------------------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------- |
| Name         | string                                                         | Read-only  | The name of the named parameter (only for the type [PT\_NamedPropertyValue](/flexi-capture/appendix/scripts/tpropertytype)) |
| NewValue     | string                                                         | Read/write | A new value of the property. The script allows to set the value in a different form, e.g. to normalize the value.           |
| PropertyType | [TPropertyType](/flexi-capture/appendix/scripts/tpropertytype) | Read-only  | The type of a property being modified                                                                                       |
