SoftwareDistributionPackage.PackageUpdateType Property
Applies To: Windows Server Update Services
Gets or set the update type for the package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public PackageUpdateType PackageUpdateType { get; set; }
public:
property PackageUpdateType PackageUpdateType {
PackageUpdateType get();
void set(PackageUpdateType value);
}
member PackageUpdateType : PackageUpdateType with get, set
Public Property PackageUpdateType As PackageUpdateType
Property Value
Type: Microsoft.UpdateServices.Administration.PackageUpdateType
The UpdateType for the package.
Remarks
[This property can be found only in the API delivered with WSUS 3.0 SP1.]
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top