AttributeMetadata
Provides all the information about attributes/columns definitions.
Available for
Model-driven and 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 | AttributeType | Column data type. |
Related articles
Power Apps component framework API reference
Power Apps component framework overview