LaunchApplicationAction.UserName Propriedade
Obtém ou define o nome de usuário que é usado para iniciar o executável.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
public string UserName { get; set; }
public:
property String^ UserName {
String^ get();
void set(String^ value);
}
member UserName : string with get, set
Public Property UserName As String
Valor de propriedade
Type: System.String
O nome de usuário.
Comentários
Configuração desta propriedade eleva o PropertyChanged evento.
Consulte também
PropertyChanged
Classe LaunchApplicationAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo