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