AttributeMetadata
Provides all the information about attributes/columns definitions.
Available for
Canvas apps
Properties
| Name | Type | Description |
|---|---|---|
| DefaultValue | string | Default value of the column. |
| DisplayName | string | Display name of the column. |
| IsEditable | boolean | Determines whether the column is editable or not. |
| LogicalName | string | Logical name of the column. |
| MaxLength | number | Maximum length of the column. |
| RequiredLevel | number | Required level of the column. |
| Type | string | Column data type. |
Related topics
Power Apps component framework API reference
Power Apps component framework overview