Share via


LaunchApplicationAction.Password Property

Gets or sets the password for the user name that is used to launch the executable.

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)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation
The password for the user name.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

LaunchApplicationAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged