EventHandlersDataSet.EventHandlersDataTable.FindByEventHandlerUid Method
Retrieves an EventHandlersRow object by using the specified event handler GUID.
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
Public Function FindByEventHandlerUid ( _
EventHandlerUid As Guid _
) As EventHandlersDataSet.EventHandlersRow
'Usage
Dim instance As EventHandlersDataSet.EventHandlersDataTable
Dim EventHandlerUid As Guid
Dim returnValue As EventHandlersDataSet.EventHandlersRow
returnValue = instance.FindByEventHandlerUid(EventHandlerUid)
public EventHandlersDataSet.EventHandlersRow FindByEventHandlerUid(
Guid EventHandlerUid
)
Parameters
- EventHandlerUid
Type: System.Guid
Contains the event handler GUID.
Return Value
Type: [Events Web service].EventHandlersDataSet.EventHandlersRow
See Also
Reference
EventHandlersDataSet.EventHandlersDataTable Class