Share via


SoftwareDistributionPackage.PackageUpdateClassification Property

 

Applies To: Windows Server Update Services

Gets or sets the package update classification.

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

Syntax

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

Property Value

Type: Microsoft.UpdateServices.Administration.PackageUpdateClassification

The PackageUpdateClassification.

Remarks

Only update type package can access this property. If not, an InvalidOperationException will be thrown.

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top