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

# IProperties

> IProperties は、FlexiCapture スクリプトでドキュメントおよびバッチの名前付きプロパティを管理し、名前を指定してプロパティ値の取得、設定、有無の確認、削除を行うメソッドを提供します。

<div id="what-it-does">
  ## 説明
</div>

[IProperty](/ja/flexi-capture/appendix/scripts/iproperty) オブジェクトのコレクション。

<div id="methods">
  ## メソッド
</div>

<table width="100%"><thead><tr><th style={{textAlign: 'left'}}><p><strong>定義</strong></p></th><th style={{textAlign: 'left'}}><p><strong>説明</strong></p></th></tr></thead><tbody><tr><td><p>Delete (name : string)</p></td><td><p>指定した名前のプロパティを削除します。このメソッドはスクリプトルールからは使用できません。</p></td></tr><tr><td><p>Get (name : string) : string</p></td><td><p>名前でプロパティの値を取得します。</p></td></tr><tr><td><p>Has (name : string) : bool</p></td><td><p>セットに指定した名前のプロパティが含まれているかどうかを確認します。</p></td></tr><tr><td><p>Set (name : string, value : string)</p></td><td><p>指定した名前のプロパティに値を設定します。プロパティが存在しない場合は作成されます。このメソッドはスクリプトルールからは使用できません。</p><p><strong>注: </strong> ドキュメントの状態を変更する方法については、<a href="/ja/flexi-capture/appendix/scripts-shell/itaskwindow">ITaskWindow</a> インターフェイスを参照してください。</p></td></tr></tbody></table>
