Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Property Encoded As Boolean
public bool Encoded { get; set; }
public:
property bool Encoded {
bool get ();
void set (bool value);
}
member Encoded : bool with get, set
function get Encoded () : boolean
function set Encoded (value : boolean)
Property Value
Type: Boolean
Whether the value is encrypted.
.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.