> For the complete documentation index, see [llms.txt](https://wfsys.gitbook.io/workflow-forms-syntax/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/values/form_property.md).

# FormProperty

Get-проперти формы.

## Шаблоны FormProperty <a href="#template_form_property" id="template_form_property"></a>

```xml
<Form>
  <Property Name="" />
</Form>
```

```xml
<Form>
  <Property Name="">
    <Parameters>
      <Parameter Name="Value" />
    </Parameters>
  </Property>
</Form>
```
