Application.DownloadDelta Property

 

True if downloads are restricted to changes made since the last download; otherwise, False.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

Remarks

The corresponding package flag that is set is (0x00000010).

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top