The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LaunchApplicationAction::Password Property
Gets or sets the password for the user name that is used to launch the executable.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: property EncryptionInformation^ Password { EncryptionInformation^ get(); void set(EncryptionInformation^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common::EncryptionInformation^The password for the user name.
Setting this property raises the PropertyChanged event.
Show: