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: Boolean
true if the text value is encoded; otherwise, false.
Remarks
Setting this property raises the PropertyChanged event.
.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.