Share via


UpdateServicesPackage.AdditionalInformationUrls Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves the additional URLs list.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public ReadOnly Property AdditionalInformationUrls As IList(Of Uri)
'Usage
Dim instance As UpdateServicesPackage
Dim value As IList(Of Uri)

value = instance.AdditionalInformationUrls
public IList<Uri> AdditionalInformationUrls { get; }
public:
property IList<Uri^>^ AdditionalInformationUrls {
    IList<Uri^>^ get ();
}
/** @property */
public IList<Uri> get_AdditionalInformationUrls ()
public function get AdditionalInformationUrls () : IList<Uri>

Property Value

A collection of strings, each string contains an URL linking to additional information, provided by the publisher of the Update.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.