EventsDataSet.EventDataTable.Item Property
Gets a row object in the EventDataTable, where the row is specified by an index.
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 ReadOnly Property Item ( _
index As Integer _
) As EventsDataSet.EventRow
Get
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim index As Integer
Dim value As EventsDataSet.EventRow
value = instance.Item(index)
public EventsDataSet.EventRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [Events Web service].EventsDataSet.EventRow
See Also
Reference
EventsDataSet.EventDataTable Class