FiscalPeriodDataSet.FiscalPeriods Property
Gets the FiscalPeriodDataTable of row objects that contains information about the fiscal reporting period.
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
<BrowsableAttribute(False)> _
Public ReadOnly Property FiscalPeriods As FiscalPeriodDataSet.FiscalPeriodsDataTable
Get
'Usage
Dim instance As FiscalPeriodDataSet
Dim value As FiscalPeriodDataSet.FiscalPeriodsDataTable
value = instance.FiscalPeriods
[BrowsableAttribute(false)]
public FiscalPeriodDataSet.FiscalPeriodsDataTable FiscalPeriods { get; }
Property Value
Type: [Admin Web service].FiscalPeriodDataSet.FiscalPeriodsDataTable