WindowsUpdateRestartRequestOptions.Description 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 description metadata that gives more detailed information about an update.
public:
property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();
void Description(winrt::hstring value);
public string Description { get; set; }
var string = windowsUpdateRestartRequestOptions.description;
windowsUpdateRestartRequestOptions.description = string;
Public Property Description As String
Property Value
Description metadata that gives more detailed information about an update.