SystemUpdateItem.Title Property

Definition

Title of the update item.

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

Property Value

String

Platform::String

winrt::hstring

Title of the update item.

Applies to

See also