FiscalPeriodDataSet.FiscalPeriodsDataTable.Item property
Gets fiscal period data that is stored in the FiscalPeriodsRow at the specified index in the FiscalPeriodsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As FiscalPeriodDataSet.FiscalPeriodsRow
Get
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsDataTable
Dim index As Integer
Dim value As FiscalPeriodDataSet.FiscalPeriodsRow
value = instance.Item(index)
public FiscalPeriodDataSet.FiscalPeriodsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Property value
Type: WebSvcAdmin.FiscalPeriodDataSet.FiscalPeriodsRow
See also
Reference
FiscalPeriodDataSet.FiscalPeriodsDataTable class