WindowsUpdateScanCompletedEventArgs.ProviderId 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 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
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".