Share via


WindowsUpdateScanCompletedEventArgs.ProviderId Property

Definition

Gets the provider ID associated with the scan-completed event.

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

Property Value

String

Platform::String

winrt::hstring

A string value containing the provider ID associated with the scan-completed event.

Remarks

The provider ID indicates which update provider was used for the scan. For Windows updates, this will most commonly be "WuProvider".

Applies to