Share via


UpdateServicesPackage.PackageType Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get/Set package type. Currently, it can be Application or Update types.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Property PackageType As PackageType
'Usage
Dim instance As UpdateServicesPackage
Dim value As PackageType

value = instance.PackageType

instance.PackageType = value
public PackageType PackageType { get; set; }
public:
property PackageType PackageType {
    PackageType get ();
    void set (PackageType value);
}
/** @property */
public PackageType get_PackageType ()

/** @property */
public void set_PackageType (PackageType value)
public function get PackageType () : PackageType

public function set PackageType (value : PackageType)

Property Value

The package type. Currently, it can be Application or Update types.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.