SoftwareDistributionPackage.Prerequisites Property
Applies To: Windows Server Update Services
Gets the list of prerequisites required by this package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public IList<PrerequisiteGroup> Prerequisites { get; }
public:
property IList<PrerequisiteGroup^>^ Prerequisites {
IList<PrerequisiteGroup^>^ get();
}
member Prerequisites : IList<PrerequisiteGroup> with get
Public ReadOnly Property Prerequisites As IList(Of PrerequisiteGroup)
Property Value
Type: System.Collections.Generic.IList<PrerequisiteGroup>
The list of prerequisites required by this package.
Remarks
[This property can be found only in the API delivered with WSUS 3.0 SP1.]
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top