Właściwość EncryptionInformation.Encoded
Zwraca lub ustawia wartość wskazującą, czy wartość jest szyfrowany.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
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
Wartość właściwości
Type: System.Boolean
Czy wartość jest zaszyfrowany.
Zobacz też
Klasa EncryptionInformation
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku