Share via


INotificationFilter.FilteredEvents Property

It should return the set of events that are filtered through this handler.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
ReadOnly Property FilteredEvents As IEnumerable(Of String)
IEnumerable<string> FilteredEvents { get; }
property IEnumerable<String^>^ FilteredEvents {
    IEnumerable<String^>^ get ();
}
abstract FilteredEvents : IEnumerable<string> with get
function get FilteredEvents () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
Array of event type names that are filtered.

.NET Framework Security

See Also

Reference

INotificationFilter Interface

Microsoft.TeamFoundation.Server.Core Namespace