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: System.String
The input value as a string.

Remarks

Provided for consistency with other UI test actions.

.NET Framework Security

See Also

Reference

KeyboardAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace