Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.17 KB

File metadata and controls

58 lines (42 loc) · 2.17 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
Property Set Element | Microsoft Docs
Defines an inner configuration within a dataset manifest node to allow you to explicitly configure a column of your dataset against a column of a given type from the table against which the dataset is configured.
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

property-set element

[!INCLUDE property-set-description]

Available for

Model-driven and canvas apps

Properties

Name Description Type Required Available for
name Name of the column. string Yes Model-driven and canvas apps
display-name-key Used in customization screens as localized strings that describe the name of the property. string Yes Model-driven and canvas apps
description-key Used in customization screens as localized strings that describe the description of the property. string Optional Model-driven apps
of-type Defines the data type of the property See Remarks Optional Model-driven apps
required Indicates whether the property is required or not. boolean Optional Model-driven apps
of-type-group Name of the type-group as defined in manifest. string Optional Model-driven apps
usage The usage property identifies if the property is meant to represent a table column that the component can change (bound) or read-only values (input). bound or input Yes Model-driven apps

Parent Elements

Element Description
dataset [!INCLUDE data-set-description]

Child Elements

Element Description Occurrences
types 0 or more

Remarks

The of-type attribute value must be one of the following:

[!INCLUDE type-table]

Related topics

Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]