SoftwareDistributionPackage.SupersededPackages Property
Applies To: Windows Server Update Services
Gets the GUIDs of the packages that this package supersedes.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public IList<Guid> SupersededPackages { get; }
public:
property IList<Guid>^ SupersededPackages {
IList<Guid>^ get();
}
member SupersededPackages : IList<Guid> with get
Public ReadOnly Property SupersededPackages As IList(Of Guid)
Property Value
Type: System.Collections.Generic.IList<Guid>
A list of the GUIDs of the packages that this package supersedes.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top