Share via


RegistrationEntry.EventTypes Property

Gets or sets a collection of EventTypes in a registration entry.

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

Syntax

'Declaration
Public Property EventTypes As EventType()
'Usage
Dim instance As RegistrationEntry 
Dim value As EventType()

value = instance.EventTypes

instance.EventTypes = value
public EventType[] EventTypes { get; set; }
public:
property array<EventType^>^ EventTypes {
    array<EventType^>^ get ();
    void set (array<EventType^>^ value);
}
public function get EventTypes () : EventType[]
public function set EventTypes (value : EventType[])

Property Value

Type: array<Microsoft.TeamFoundation.Server.EventType[]
An array of T:Microsoft.TeamFoundation.Server.EventType entries.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

RegistrationEntry Members

Microsoft.TeamFoundation.Server Namespace