Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.