SoftwareDistributionPackage.AdditionalInformationUrls Property

 

Applies To: Windows Server Update Services

Gets a list of URLs for additional information.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public IList<Uri> AdditionalInformationUrls { get; }
public:
property IList<Uri^>^ AdditionalInformationUrls {
    IList<Uri^>^ get();
}
member AdditionalInformationUrls : IList<Uri> with get
Public ReadOnly Property AdditionalInformationUrls As IList(Of Uri)

Property Value

Type: System.Collections.Generic.IList<Uri>

A list of Uri objects representing the URLs for additional information.

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top