Share via


WindowsUpdateRestartRequestOptions.MoreInfoUrl Property

Definition

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.

Applies to