SystemUpdateItem.Description Property

Definition

Describes the contents of the SystemUpdateItem.

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

Property Value

String

Platform::String

winrt::hstring

Description of the contents of the system update package.

Applies to

See also