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

# IProperty

> IProperty represents a named property of a document or batch in ABBYY FlexiCapture scripts, providing read-only access to the property name and value.

## What it does

Represents a named property of a document or a batch.

## Properties

| **Name** | **Type** | **Access** | **Description**    |
| -------- | -------- | ---------- | ------------------ |
| Name     | string   | Read-only  | The property name  |
| Value    | string   | Read-only  | The property value |
