LaunchApplication.UserName 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 UserName As String
    Get
    Set
'Usage
Dim instance As LaunchApplication
Dim value As String

value = instance.UserName

instance.UserName = value
public string UserName { get; set; }
public:
property String^ UserName {
    String^ get ();
    void set (String^ value);
}
function get UserName () : String
function set UserName (value : String)
member UserName : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

LaunchApplication Class

LaunchApplication Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace