UITest.CleanupActions Property

Gets or sets the actions for the cleanup process.

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

Syntax

'Declaration
Public Property CleanupActions As ActionList
public ActionList CleanupActions { get; set; }
public:
property ActionList^ CleanupActions {
    ActionList^ get ();
    void set (ActionList^ value);
}
member CleanupActions : ActionList with get, set
function get CleanupActions () : ActionList
function set CleanupActions (value : ActionList)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
The actions for the cleanup process.

.NET Framework Security

See Also

Reference

UITest Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

ActionList