Share via


WindowsUpdateItem.UpdateId Property

Definition

Gets the unique ID associated with an update (in order to identify it).

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

Property Value

String

Platform::String

winrt::hstring

The unique ID associated with an update (in order to identify it).

Applies to