EventsDataSet.EventDataTable.FindByEventId Method
Retrieves an EventRow object by using the specified event 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 FindByEventId ( _
EventId As Integer _
) As EventsDataSet.EventRow
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim EventId As Integer
Dim returnValue As EventsDataSet.EventRow
returnValue = instance.FindByEventId(EventId)
public EventsDataSet.EventRow FindByEventId(
int EventId
)
Parameters
- EventId
Type: System.Int32
Contains the GUID of the event.
Return Value
Type: [Events Web service].EventsDataSet.EventRow
See Also
Reference
EventsDataSet.EventDataTable Class