EventsDataSet.EventDataTable.NewEventRow Method
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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: WebSvcEvents.EventsDataSet.EventRow
See Also
Reference
EventsDataSet.EventDataTable Class