INotificationFormatter.SupportedEventTypes Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
ReadOnly Property SupportedEventTypes As ICollection(Of String)
ICollection<string> SupportedEventTypes { get; }
property ICollection<String^>^ SupportedEventTypes {
ICollection<String^>^ get ();
}
abstract SupportedEventTypes : ICollection<string> with get
function get SupportedEventTypes () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>
Returns ICollection<T>.
.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.