ISubscriptionEvent.Administrator Property

 

Applies To: Windows Server Update Services

Gets the name of the administrator who generated the event.

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

Syntax

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

Property Value

Type: System.String

The name of the administrator who generated the event. The name is in the form domain\user name. The string is empty if an administrator did not cause the event.

See Also

ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top