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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation

The password for the user name.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
LaunchApplicationAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top