FiscalYearDataSet.FiscalYearsDataTable.Item Property
Gets a row of fiscal year information at the specified index location in the FiscalYearsDataTable.
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 FiscalYearDataSet.FiscalYearsRow
Get
'Usage
Dim instance As FiscalYearDataSet.FiscalYearsDataTable
Dim index As Integer
Dim value As FiscalYearDataSet.FiscalYearsRow
value = instance.Item(index)
public FiscalYearDataSet.FiscalYearsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
The integer offset into the FiscalYearsDataTable.
Property Value
Type: [Admin Web service].FiscalYearDataSet.FiscalYearsRow
See Also
Reference
FiscalYearDataSet.FiscalYearsDataTable Class