CcmFileCollectionAgentMessage.DeleteFilesAfterCollection Property
If true, files are deleted after collection occurs. The default value is false.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool DeleteFilesAfterCollection { get; set; }
public:
property bool DeleteFilesAfterCollection {
bool get();
void set(bool value);
}
Public Property DeleteFilesAfterCollection As Boolean
Property Value
Type: System.Boolean
See Also
CcmFileCollectionAgentMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top