Share via


EventTypesForTool.EventTypes Property

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

Syntax

'Declaration
Public ReadOnly Property EventTypes As List(Of RegistrationEventType)
public List<RegistrationEventType> EventTypes { get; }
public:
property List<RegistrationEventType^>^ EventTypes {
    List<RegistrationEventType^>^ get ();
}
member EventTypes : List<RegistrationEventType> with get
function get EventTypes () : List<RegistrationEventType>

Property Value

Type: System.Collections.Generic.List<RegistrationEventType>

.NET Framework Security

See Also

Reference

EventTypesForTool Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace