IUpdate.AdditionalInformationUrls Property
Applies To: Windows Server Update Services
Gets a collection of URLs provided by the publisher of the update that provide additional information about the update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
StringCollection AdditionalInformationUrls { get; }
property StringCollection^ AdditionalInformationUrls {
StringCollection^ get();
}
abstract AdditionalInformationUrls : StringCollection with get
ReadOnly Property AdditionalInformationUrls As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A collection of URLs provided by the publisher of the update that provide additional information about the update.
Remarks
To get a summary description of the update, call Description.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top