FiscalPeriodDataSet.FiscalPeriodsDataTable.Item Property
Gets fiscal period data that is stored in the FiscalPeriodsRow at the specified index in the FiscalPeriodsDataTable.
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 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: [Admin Web service].FiscalPeriodDataSet.FiscalPeriodsRow
See Also
Reference
FiscalPeriodDataSet.FiscalPeriodsDataTable Class