> 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/object_property.md).

# ObjectProperty

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

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

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