다음을 통해 공유


WindowsUpdate.ProviderId 속성

정의

WindowsUpdate 개체와 연결된 공급자 ID를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

WindowsUpdate 개체와 연결된 공급자 ID입니다.

설명

공급자 ID는 업데이트를 처리하는 업데이트 공급자를 나타냅니다. Windows 업데이트의 경우 가장 일반적으로 "WuProvider"입니다.

적용 대상