Share via


WindowsUpdateItem.ProviderId Property

Definition

Gets the identity of the provider that processed the update.

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

Property Value

String

Platform::String

winrt::hstring

A string value indicating the identity of the provider that processed the update.

Applies to