Share via


EncryptionInformation.Encoded Property

 

Gets or sets a value that indicates whether the value is encrypted.

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

Syntax

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

Property Value

Type: System.Boolean

Whether the value is encrypted.

See Also

EncryptionInformation Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top