Freigeben über


LaunchApplicationAction.Password-Eigenschaft

Ruft das Kennwort für den Benutzernamen ab, der zum Starten der ausführbaren Datei verwendet wurde, oder legt es fest.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation
Das Kennwort für den Benutzernamen.

Hinweise

Durch das Festlegen dieser Eigenschaft wird das PropertyChanged-Ereignis ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

LaunchApplicationAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged