Partilhar via


Propriedade SystemAction.ActionType

Tipo de ação de SystemAction.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property ActionType As String
public string ActionType { get; set; }
public:
property String^ ActionType {
    String^ get ();
    void set (String^ value);
}
member ActionType : string with get, set
function get ActionType () : String
function set ActionType (value : String)

Valor de propriedade

Tipo: System.String
Retorna String.

Segurança do .NET Framework

Consulte também

Referência

SystemAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common