KeyboardAction.ValueAsString Property
Gets or the input value as a string. The set procedure is not supported in this class.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Overrides Property ValueAsString As String
public override string ValueAsString { get; set; }
public:
virtual property String^ ValueAsString {
String^ get () override;
void set (String^ value) override;
}
abstract ValueAsString : string with get, set
override ValueAsString : string with get, set
override function get ValueAsString () : String
override function set ValueAsString (value : String)
Property Value
Type: String
The input value as a string.
Remarks
Provided for consistency with other UI test actions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.