Freigeben über


EncryptionInformation.Value-Eigenschaft

Ruft den Wert ab oder legt ihn fest.

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

Syntax

'Declaration
Public Property Value As String
public string Value { get; set; }
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
member Value : string with get, set
function get Value () : String 
function set Value (value : String)

Eigenschaftswert

Typ: String
Der Zeichenfolgenwert.

.NET Framework-Sicherheit

Siehe auch

Referenz

EncryptionInformation Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace