Share via


CcmSender.DeleteTemporary Property

 

Gets or sets a value that indicates whether temporary files, such as attachments, will be cleaned out. The default value is true.

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

Syntax

public static bool DeleteTemporary { get; set; }
public:
property bool DeleteTemporary {
    static bool get();
    static void set(bool value);
}
Public Shared Property DeleteTemporary As Boolean

Property Value

Type: System.Boolean

See Also

CcmSender Class
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace

Return to top