IUpdateApproval.AdministratorName Property

 

Applies To: Windows Server Update Services

Gets the name of the administrator who approved the update for deployment.

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 approved the update. The name is in the form domain\user name.

See Also

IUpdateApproval Interface
Microsoft.UpdateServices.Administration Namespace

Return to top