ISubscriptionEvent.EventCategory Property

 

Applies To: Windows Server Update Services

Gets the category of events to which the event belongs.

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

Syntax

SubscriptionEventCategory EventCategory { get; }
property SubscriptionEventCategory EventCategory {
    SubscriptionEventCategory get();
}
abstract EventCategory : SubscriptionEventCategory with get
ReadOnly Property EventCategory As SubscriptionEventCategory

Property Value

Type: Microsoft.UpdateServices.Administration.SubscriptionEventCategory

The category of events 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.

See Also

ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top