Skip to content

Commit f9a9952

Browse files
authored
Merge pull request MicrosoftDocs#1998 from Power-Maverick/patch-10
Update getoutputs.md
2 parents 807b611 + 5a2b83b commit f9a9952

File tree

1 file changed

+2
-2
lines changed
  • powerapps-docs/developer/component-framework/reference/control

1 file changed

+2
-2
lines changed

powerapps-docs/developer/component-framework/reference/control/getoutputs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Model-driven apps and canvas apps (public preview)
2323

2424
## Remarks
2525

26-
The output will contain a value for each property marked as `input-output` or `bound` in the manifest.
27-
For example, if the manifest has a property `value` that is an `input-output`, and you want to set that to the local variable `myvalue` you should return:
26+
The output will contain a value for each property with a usage as `bound` in the manifest.
27+
For example, if the manifest has a property named `value` that has usage as `bound`, and you want to set that to the local variable `myvalue` then you should return:
2828

2929
```TypeScript
3030
{

0 commit comments

Comments
 (0)