RegistrationEntry.EventTypes Property

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.Server.EventType[]
Returns EventType.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

Microsoft.TeamFoundation.Server Namespace