SoftwareDistributionPackage.SupportUrl Property
Applies To: Windows Server Update Services
Gets or sets the support URL.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public Uri SupportUrl { get; set; }
public:
property Uri^ SupportUrl {
Uri^ get();
void set(Uri^ value);
}
member SupportUrl : Uri with get, set
Public Property SupportUrl As Uri
Property Value
Type: System.Uri
A Uri representing the support URL.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top