Share via


EventType Constructor (String, String)

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    schema As String _
)
public EventType(
    string name,
    string schema
)
public:
EventType(
    String^ name, 
    String^ schema
)
new : 
        name:string * 
        schema:string -> EventType
public function EventType(
    name : String, 
    schema : String
)

Parameters

.NET Framework Security

See Also

Reference

EventType Class

EventType Overload

Microsoft.TeamFoundation.Server Namespace