LaunchApplication.Password Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
Get
Set
'Usage
Dim instance As LaunchApplication
Dim value As EncryptionInformation
value = instance.Password
instance.Password = value
public EncryptionInformation Password { get; set; }
public:
property EncryptionInformation^ Password {
EncryptionInformation^ get ();
void set (EncryptionInformation^ value);
}
function get Password () : EncryptionInformation
function set Password (value : EncryptionInformation)
member Password : EncryptionInformation with get, set
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation
.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.