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

# IExportRegistrationProperties

> IExportRegistrationProperties ist eine Sammlung von Registrierungseigenschaften in Exportskripten. Mit den Methoden Has und Value können Eigenschaften anhand ihres Namens geprüft und gelesen werden.

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

Eine Sammlung von [IExportRegistrationProperty](/de/flexi-capture/scanning-station/shared/scripts/exportregistration-property)-Objekten.

Weitere Informationen finden Sie im Abschnitt [Arbeiten mit Sammlungen](/de/flexi-capture/scanning-station/scripts-main#collections).

<div id="methods">
  ## Methoden
</div>

| **Definition**                | **Beschreibung**                                                     |
| ----------------------------- | -------------------------------------------------------------------- |
| Has (name: string) : bool     | Prüft, ob die angegebene Eigenschaft vorhanden ist                   |
| Value (name: string) : string | Ruft den Wert einer Registrierungseigenschaft anhand ihres Namens ab |
