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