SendKeysAction.ValueAsString Property

Gets or sets the value of this action as a string.

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 text value of this action.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

SendKeysAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged