RegistrationEntry.EventTypes Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Déclaration
Public Property EventTypes As EventType()
Get
Set
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[]
.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.