FrameworkRegistrationEntry.EventTypes Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property EventTypes As RegistrationEventType()
public RegistrationEventType[] EventTypes { get; set; }
public:
property array<RegistrationEventType^>^ EventTypes {
array<RegistrationEventType^>^ get ();
void set (array<RegistrationEventType^>^ value);
}
member EventTypes : RegistrationEventType[] with get, set
function get EventTypes () : RegistrationEventType[]
function set EventTypes (value : RegistrationEventType[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.RegistrationEventType[]
Returns RegistrationEventType.
.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.