Share via


ILicenseAgreement.AdministratorName Property

 

Applies To: Windows Server Update Services

Retrieves the name of the administrator who accepted the license agreement.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string AdministratorName { get; }
property String^ AdministratorName {
    String^ get();
}
abstract AdministratorName : string with get
ReadOnly Property AdministratorName As String

Property Value

Type: System.String

Name of the administrator who first accepted the license agreement. The name is in the form: domain\user name. The string is empty if IsAccepted is false.

See Also

ILicenseAgreement Interface
Microsoft.UpdateServices.Administration Namespace

Return to top