Поделиться через


SystemAction.ActionType - свойство

Тип действия SystemAction.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITest.Common
Сборка:  Microsoft.VisualStudio.TestTools.UITest.Common (в Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.String
Возвращает String.

Безопасность платформы .NET Framework

См. также

Ссылки

SystemAction Класс

Microsoft.VisualStudio.TestTools.UITest.Common - пространство имен