SystemUpdateItem.Id Property

Definition

A unique identifer which identifies this update item.

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

Property Value

String

Platform::String

winrt::hstring

A unique identifer which identifies this update item.

Applies to

See also