Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.