WindowsUpdate.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 WindowsUpdate object.
public:
property Platform::String ^ ProviderId { Platform::String ^ get(); };
winrt::hstring ProviderId();
public string ProviderId { get; }
var string = windowsUpdate.providerId;
Public ReadOnly Property ProviderId As String
Property Value
The provider ID associated with the WindowsUpdate object.
Remarks
The provider ID indicates which update provider is processing the update. For Windows updates, this will most commonly be "WuProvider".