Share via


INotificationFilter.FilteredEvents Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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>

.NET Framework Security

See Also

Reference

INotificationFilter Interface

Microsoft.TeamFoundation.Framework.Server.Alm Namespace