Skip to content

Commit a016b97

Browse files
Update getoutputs.md
Fixed some grammatical issues and also removed the word 'input-output' as that value does not exists on manifest file. Those words were creating confusion.
1 parent 5dfff5d commit a016b97

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)