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