Share via


EventSubscriptionFilter.IncludedEventTypes Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="includedEventTypes")]
public System.Collections.Generic.IList<string> IncludedEventTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="includedEventTypes")>]
member this.IncludedEventTypes : System.Collections.Generic.IList<string> with get, set
Public Property IncludedEventTypes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to