SoftwareDistributionPackage.CanSourceBeRequired Property

 

Applies To: Windows Server Update Services

Gets or sets whether the package can require the source.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public bool CanSourceBeRequired { get; set; }
public:
property bool CanSourceBeRequired {
    bool get();
    void set(bool value);
}
member CanSourceBeRequired : bool with get, set
Public Property CanSourceBeRequired As Boolean

Property Value

Type: System.Boolean

true if the package can require the source, otherwise false.

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top