Skip to content

Commit e0501be

Browse files
authored
Merge pull request #3904 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 50af7ba + f9a9952 commit e0501be

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)