WindowsUpdate.SupportUrl Property

Definition

Gets the underlying support URL associated with the WindowsUpdate object.

public:
 property Uri ^ SupportUrl { Uri ^ get(); };
Uri SupportUrl();
public System.Uri SupportUrl { get; }
var uri = windowsUpdate.supportUrl;
Public ReadOnly Property SupportUrl As Uri

Property Value

The underlying support URL associated with the WindowsUpdate object.

Applies to