Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.