Condividi tramite


Proprietà LaunchApplicationAction.UserName

Ottiene o imposta il nome utente utilizzato per avviare l'eseguibile.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
il nome utente.

Note

L'impostazione di questa proprietà generato PropertyChanged evento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LaunchApplicationAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged