Partager via


FileCollectionAction.DeleteFilesAfterCollection Property

 

If true, files are deleted after collection.

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

FileCollectionAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace

Return to top