다음을 통해 공유


EventSubscriptionFilter.IncludedEventTypes Property

Definition

A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.

public System.Collections.Generic.IList<string> IncludedEventTypes { get; }
member this.IncludedEventTypes : System.Collections.Generic.IList<string>
Public ReadOnly Property IncludedEventTypes As IList(Of String)

Property Value

Applies to