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

See Also

Reference

LaunchApplication Class

LaunchApplication Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace