Share via


WindowsUpdate.UpdateId Property

Definition

Gets the update ID associated with the WindowsUpdate object.

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

Property Value

String

Platform::String

winrt::hstring

The update ID associated with the WindowsUpdate object.

Remarks

The update ID will generally be a GUID, but it can be any string that uniquely identifies. This identifier is required for calling many WindowsUpdateAdministrator methods.

Applies to