ApplicationBase.CloseOnPlaybackCleanup Property

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Property CloseOnPlaybackCleanup As Boolean
public bool CloseOnPlaybackCleanup { get; set; }
public:
property bool CloseOnPlaybackCleanup {
    bool get ();
    void set (bool value);
}
member CloseOnPlaybackCleanup : bool with get, set
function get CloseOnPlaybackCleanup () : boolean 
function set CloseOnPlaybackCleanup (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

ApplicationBase Class

Microsoft.VisualStudio.TestTools.UITesting Namespace