AemGlobalSettings.EventTypeFilters Property

Definition

Event Type Filters

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ EventTypeFilters { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> EventTypeFilters { get; }
member this.EventTypeFilters : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property EventTypeFilters As Collection(Of String)

Property Value

Collection<String>

Returns a Collection<T> of strings that contain event type filters.

Applies to