PackageMetadata.PackageType Property
Gets the type of this package: Category, Classification, Detectoid, Software, or Unknown.
Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)
Usage
Syntax
'Declaration
Public ReadOnly Property PackageType As PackageType
public PackageType PackageType { get; }
public:
property PackageType PackageType {
PackageType get ();
}
/** @property */
public PackageType get_PackageType ()
public function get PackageType () : PackageType
Property Value
The PackageType of this package.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
PackageMetadata Class
PackageMetadata Members
Microsoft.UpdateServices.ClientServicing Namespace