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

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

Property Value

Type: System.Boolean

true if the text value is encoded; otherwise, false.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
TextValue
SendKeysAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top