Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the 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 value is encoded; otherwise, false.
Remarks
Setting this property raises the PropertyChanged event.
See Also
PropertyChanged
SetValueAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top