EventsDataSet.EventDataTable.NewEventRow Method
Creates a row object in the EventDataTable.
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 NewEventRow As EventsDataSet.EventRow
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim returnValue As EventsDataSet.EventRow
returnValue = instance.NewEventRow()
public EventsDataSet.EventRow NewEventRow()
Return Value
Type: [Events Web service].EventsDataSet.EventRow
See Also
Reference
EventsDataSet.EventDataTable Class