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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList

The actions for the cleanup process.

See Also

ActionList
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top