FiscalYearDataSet.FiscalYearsDataTable.Item property
Gets a row of fiscal year information at the specified index location in the FiscalYearsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.Int32The integer offset into the FiscalYearsDataTable.
Property value
Type: WebSvcAdmin.FiscalYearDataSet.FiscalYearsRow
See also
Reference
FiscalYearDataSet.FiscalYearsDataTable class