Share via


UpdateServicesPackage.SupersededPackages Property 

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

Get Supersed PackageIds list.

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

Syntax

'Declaration
Public ReadOnly Property SupersededPackages As IList(Of Guid)
'Usage
Dim instance As UpdateServicesPackage
Dim value As IList(Of Guid)

value = instance.SupersededPackages
public IList<Guid> SupersededPackages { get; }
public:
property IList<Guid>^ SupersededPackages {
    IList<Guid>^ get ();
}
/** @property */
public IList<Guid> get_SupersededPackages ()
public function get SupersededPackages () : IList<Guid>

Property Value

The list of IDs of packages superseded by this package.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.