If true then all files will be deleted in object destructor; otherwise, files will be left in place. Default: true.

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public bool DeleteBaseDirectoryOnDestroy { get; set; }
Visual Basic
Public Property DeleteBaseDirectoryOnDestroy As Boolean
	Get
	Set
Visual C++
public:
property bool DeleteBaseDirectoryOnDestroy {
	bool get ();
	void set (bool value);
}

See Also