IUpdateEvent.WsusEventSource Property
Applies To: Windows Server Update Services
Gets the source of the event.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
WsusEventSource WsusEventSource { get; }
property WsusEventSource WsusEventSource {
WsusEventSource get();
}
abstract WsusEventSource : WsusEventSource with get
ReadOnly Property WsusEventSource As WsusEventSource
Property Value
Type: Microsoft.UpdateServices.Administration.WsusEventSource
The source of the event. For example, indicates if the client or server generated the event. For possible values, see WsusEventSource.
See Also
IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace
Return to top