WindowsUpdate.MoreInfoUrl Property

Definition

Gets the underlying more info URL associated with the WindowsUpdate object.

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

Property Value

The underlying more info URL associated with the WindowsUpdate object.

Applies to