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

# IRegistrationProperty

> IRegistrationProperty permet aux scripts de Scanning Station d’accéder à une propriété d’enregistrement : son nom, sa valeur, son commentaire, son indicateur Obligatoire et ses valeurs sélectionnables.

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

Représente une propriété d’enregistrement.

<div id="properties">
  ## Propriétés
</div>

<table width="100%">
  <tbody>
    <tr>
      <td>
        <p>
          <strong>Nom</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Type</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Accès</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Description</strong>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Name</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Lecture seule</p>
      </td>

      <td>
        <p>Nom de la propriété d’enregistrement</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Value</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Lecture/écriture</p>
      </td>

      <td>
        <p>Valeur de la propriété d’enregistrement</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Comment</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Lecture/écriture</p>
      </td>

      <td>
        <p>Commentaire</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>IsReadOnly</p>
      </td>

      <td>
        <p>bool</p>
      </td>

      <td>
        <p>Lecture/écriture</p>
      </td>

      <td>
        <p>Indique si l’accès à la propriété est en lecture seule</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>IsRequired</p>
      </td>

      <td>
        <p>bool</p>
      </td>

      <td>
        <p>Lecture/écriture</p>
      </td>

      <td>
        <p>Indique si la propriété est obligatoire</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>PossibleValues</p>
      </td>

      <td>
        <p>
          <a href="/fr/flexi-capture/scanning-station/shared/scripts/script-values">IScriptValues</a>
        </p>
      </td>

      <td>
        <p>Lecture seule</p>
      </td>

      <td>
        <p>Valeurs à sélectionner dans la liste déroulante.</p>
        <p>Si la liste est vide, la propriété est renseignée dans la zone de saisie.</p>
      </td>
    </tr>
  </tbody>
</table>
