[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

If true, files will be deleted after collection occurs. Default is false.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

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

See Also