SoftwareDistributionPackage.PackageType Property
Applies To: Windows Server Update Services
Gets the type of the package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public PackageType PackageType { get; set; }
public:
property PackageType PackageType {
PackageType get();
void set(PackageType value);
}
member PackageType : PackageType with get, set
Public Property PackageType As PackageType
Property Value
Type: Microsoft.UpdateServices.Administration.PackageType
The PackageType.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top