Application.AutoDistribute Property

 

True if the content will be automatically downloaded when the application is assigned to distribution points; otherwise, False.

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

Remarks

This property is used to control the associated package flag (0x20).

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top