> ## 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.

# TPropertyType

> TPropertyType は、FlexiCapture スクリプトで変更されたドキュメントまたはバッチのプロパティ（name、comment、バッチタイプ、名前付きプロパティ、ID、または SLA の期限）を識別します。

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

ドキュメント (またはバッチ) のプロパティの型です。[IPropertyModificationInfo](/ja/flexi-capture/appendix/scripts/ipropertymodificationinfo) インターフェイスで使用されます。

<div id="types">
  ## 型:
</div>

* PT\_Name = 0 - 名前。バッチにのみ適用されます。

* PT\_Comment = 1 - コメント。

* PT\_BatchType = 2 - バッチタイプ。バッチにのみ適用されます。

* PT\_NamedPropertyValue = 3 - 名前付きプロパティ (旧 登録パラメーター)

* PT\_Id = 4 - 識別子 (ドキュメントの ExternalId) 。この値は、ドキュメントの場合にのみ、まれに変更されます。主にインポート時に変更されます。

* PT\_SLAExpirationDate = 6 - バッチの処理期限。
