IUpdate.SecurityBulletins Property
Applies To: Windows Server Update Services
Gets Security Bulletin numbers. The bulletins describe security issues and changes that are related to the update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
StringCollection SecurityBulletins { get; }
property StringCollection^ SecurityBulletins {
StringCollection^ get();
}
abstract SecurityBulletins : StringCollection with get
ReadOnly Property SecurityBulletins As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A collection of Security Bulletin numbers. For example, MS04-025, which is the security bulletin number for Cumulative Security Update for Internet Explorer (867801).
Remarks
To view additional information about the security bulletin, use the URL in AdditionalInformationUrls.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top