WindowsUpdate.UpdateId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.