ISubscriptionEvent.EventCategory
Retrieves the category of events to which the event belongs.
public SubscriptionEventCategory EventCategory {get;}
Public ReadOnly Property EventCategory As SubscriptionEventCategory
Property Value
The category of events to which the event belongs. Events are broken into different categories. For example, when you modify a subscription, the event is marked as a SubscriptionModification event. For a list of possible categories, see SubscriptionEventCategory.
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
Namespace | Defined in Microsoft.UpdateServices.Administration. |
Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
.NET Framework | Requires .NET Framework 1.1. |