PackageMetadataSet.DeletedPackages Property

Gets the UpdateRevisionId objects of packages that have been deleted since the previous call to GetPackageMetadataSet.

Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)

Usage

Syntax

'Declaration
Public ReadOnly Property DeletedPackages As ReadOnlyCollection(Of UpdateRevisionId)
public ReadOnlyCollection<UpdateRevisionId> DeletedPackages { get; }
public:
property ReadOnlyCollection<UpdateRevisionId^>^ DeletedPackages {
    ReadOnlyCollection<UpdateRevisionId^>^ get ();
}
/** @property */
public ReadOnlyCollection<UpdateRevisionId> get_DeletedPackages ()
public function get DeletedPackages () : ReadOnlyCollection<UpdateRevisionId>

Property Value

The UpdateRevisionId objects of packages that have been deleted since the previous call to GetPackageMetadataSet.

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

PackageMetadataSet Class
PackageMetadataSet Members
Microsoft.UpdateServices.ClientServicing Namespace