INotificationFilter.FilteredEvents Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
ReadOnly Property FilteredEvents As IEnumerable(Of String)
Get
IEnumerable<string> FilteredEvents { get; }
property IEnumerable<String^>^ FilteredEvents {
IEnumerable<String^>^ get ();
}
abstract FilteredEvents : IEnumerable<string>
function get FilteredEvents () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
.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.