WindowsUpdateItem.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 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
A string value indicating the identity of the provider that processed the update.