Share via


EventHandlersDataSet.EventHandlers property

Gets the EventHandlers table.

Namespace:  WebSvcEvents
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property EventHandlers As EventHandlersDataSet.EventHandlersDataTable
    Get
'Usage
Dim instance As EventHandlersDataSet
Dim value As EventHandlersDataSet.EventHandlersDataTable

value = instance.EventHandlers
[BrowsableAttribute(false)]
public EventHandlersDataSet.EventHandlersDataTable EventHandlers { get; }

Property value

Type: WebSvcEvents.EventHandlersDataSet.EventHandlersDataTable

See also

Reference

EventHandlersDataSet class

EventHandlersDataSet members

WebSvcEvents namespace