> ## 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 は、FlexiCapture スクリプトでドキュメントおよびバッチのプロパティ変更を追跡し、プロパティの型と修正可能な新しい値を提供します。

<div id="what-it-does">
  ## 機能
</div>

ドキュメント (またはバッチ) のプロパティの変更に関する情報を格納します。

設定値は修正できます。

<Note>
  このオブジェクトは、ルールをローカルでチェックする目的では Web Verification Station では使用できません。
</Note>

<div id="properties">
  ## プロパティ
</div>

| **名前**       | **型**                                                             | **アクセス**  | **説明**                                                                                             |
| ------------ | ----------------------------------------------------------------- | --------- | -------------------------------------------------------------------------------------------------- |
| Name         | string                                                            | 読み取り専用    | 名前付きパラメーターの名称 (型 [PT\_NamedPropertyValue](/ja/flexi-capture/appendix/scripts/tpropertytype) の場合のみ) |
| NewValue     | string                                                            | 読み取り/書き込み | プロパティの新しい値。スクリプトでは、たとえば値を正規化するために、別の形式で値を設定できます。                                                   |
| PropertyType | [TPropertyType](/ja/flexi-capture/appendix/scripts/tpropertytype) | 読み取り専用    | 変更されるプロパティの型                                                                                       |
