WindowsUpdate.Description Property

Definition

Gets the underlying description metadata string associated with the WindowsUpdate object.

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

Property Value

String

Platform::String

winrt::hstring

The underlying description metadata string associated with the WindowsUpdate object.

Applies to