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
- 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.