WindowsUpdateItem.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 a URL that links to detailed information regarding the update.
public:
property Uri ^ MoreInfoUrl { Uri ^ get(); };
Uri MoreInfoUrl();
public System.Uri MoreInfoUrl { get; }
var uri = windowsUpdateItem.moreInfoUrl;
Public ReadOnly Property MoreInfoUrl As Uri
Property Value
A URL that links to detailed information regarding the update.