We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6792a91 commit 5c63c28Copy full SHA for 5c63c28
README.md
@@ -124,7 +124,7 @@ The **Get Text** activity of UiPath.Core.Activities has the following properties
124
125
A few of these properties you can see below in code:
126
127
- ```
+ ```C#
128
public InArgument<string> SelectorArgument { get; set; }
129
public OutArgument<string> ValueArgument { get; set; }
130
public InArgument<WaitForReady> WaitForReadyArgument { get; set; }
0 commit comments