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

# Project

> Project-Datentyp in der ABBYY FlexiCapture Web Services API: Felder, die ein Project auf dem Application Server beschreiben, einschließlich ID, Name, GUID und Test-Flag.

<div id="what-it-does">
  ## Was es macht
</div>

Der Datentyp **Project** speichert Informationen über ein Project auf dem Application Server.

<div id="fields">
  ## Felder
</div>

<table width="100%"><tbody><tr><td><p><strong>Name</strong></p></td><td><p><strong>Typ</strong></p></td><td><p><strong>Beschreibung</strong></p></td></tr><tr><td><p>Id</p></td><td><p>int</p></td><td><p>Die ID des Projects auf dem Application Server.</p></td></tr><tr><td><p>Name</p></td><td><p>string</p></td><td><p>Der Name des Projects auf dem Application Server.</p></td></tr><tr><td><p>Guid</p></td><td><p>string</p></td><td><p>Die eindeutige ID (GUID) des Projects.</p></td></tr><tr><td><p>IsTestProject</p></td><td><p>bool</p></td><td><p>Ein Flag, das ein Test-Project kennzeichnet. Mögliche Werte:</p><ul><li><strong>True</strong> - dies ist ein Test-Project;</li><li><strong>False</strong> - dies ist ein Produktiv-Project.</li></ul></td></tr></tbody></table>
