WindowsUpdate.ProviderId Property

Definition

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

String

Platform::String

winrt::hstring

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

Applies to