WindowsUpdate.MoreInfoUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.