Share via


WindowsUpdateItem.Description Property

Definition

Gets description metadata that gives more detailed information about an update.

public:
 property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = windowsUpdateItem.description;
Public ReadOnly Property Description As String

Property Value

String

Platform::String

winrt::hstring

Description metadata that gives more detailed information about an update.

Applies to