FrameworkRegistrationEntry.EventTypes Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property EventTypes As RegistrationEventType()
public RegistrationEventType[] EventTypes { get; set; }
public:
property array<RegistrationEventType^>^ EventTypes {
    array<RegistrationEventType^>^ get ();
    void set (array<RegistrationEventType^>^ value);
}
member EventTypes : RegistrationEventType[] with get, set
function get EventTypes () : RegistrationEventType[]
function set EventTypes (value : RegistrationEventType[])

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Server.RegistrationEventType[]
Returns RegistrationEventType.

.NET Framework Security

See Also

Reference

FrameworkRegistrationEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace