Share via


WindowsUpdateAdministrator.GetRegisteredAdministratorName Method

Definition

Queries the organization name of the currently registered update administrator.

public:
 static Platform::String ^ GetRegisteredAdministratorName();
 static winrt::hstring GetRegisteredAdministratorName();
public static string GetRegisteredAdministratorName();
function getRegisteredAdministratorName()
Public Shared Function GetRegisteredAdministratorName () As String

Returns

String

Platform::String

winrt::hstring

The organization name associated with the current WindowsUpdateAdministrator on the device.

Remarks

If there is no registered update administrator on the device, then the call will return an empty string.

Applies to