DepartmentsDataSet.DepartmentsDataTable.Item Property
Gets the row that is specified by a zero-based index.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As DepartmentsDataSet.DepartmentsRow
Get
'Usage
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim index As Integer
Dim value As DepartmentsDataSet.DepartmentsRow
value = instance.Item(index)
public DepartmentsDataSet.DepartmentsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
The integer offset into the DepartmentsDataTable.
Property Value
Type: [Admin Web service].DepartmentsDataSet.DepartmentsRow
See Also
Reference
DepartmentsDataSet.DepartmentsDataTable Class