Share via


LaunchApplicationAction.UserName Property

Gets or sets 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 UserName As String
public string UserName { get; set; }
public:
property String^ UserName {
    String^ get ();
    void set (String^ value);
}
member UserName : string with get, set
function get UserName () : String 
function set UserName (value : String)

Property Value

Type: String
The user name.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

LaunchApplicationAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged