Application.SendToProtectedDP Property

 

True if the application should be copied to protected distribution points; otherwise, False.

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top