Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified row of fiscal period information to the FiscalPeriodsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddFiscalPeriodsRow ( _
row As FiscalPeriodDataSet.FiscalPeriodsRow _
)
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsDataTable
Dim row As FiscalPeriodDataSet.FiscalPeriodsRow
instance.AddFiscalPeriodsRow(row)
public void AddFiscalPeriodsRow(
FiscalPeriodDataSet.FiscalPeriodsRow row
)
Parameters
row
Type: WebSvcAdmin.FiscalPeriodDataSet.FiscalPeriodsRowThe FiscalPeriodsRow object to add.
See also
Reference
FiscalPeriodDataSet.FiscalPeriodsDataTable class