SendKeysAction.IsEncoded Property

Gets or sets a value that indicates whether the text value is encoded.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property IsEncoded As Boolean
public bool IsEncoded { get; set; }
public:
property bool IsEncoded {
    bool get ();
    void set (bool value);
}
member IsEncoded : bool with get, set
function get IsEncoded () : boolean
function set IsEncoded (value : boolean)

Property Value

Type: System.Boolean
true if the text value is encoded; otherwise, false.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

SendKeysAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged

TextValue