EventHandlersDataSet.EventHandlers Property
Gets the EventHandlers table.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
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: [Events Web service].EventHandlersDataSet.EventHandlersDataTable