Share via


FiscalPeriodDataSet.FiscalPeriodsDataTable.FindByWFISCAL_PERIOD_UID Method

Returns a FiscalPeriodsRow object from the FiscalPeriodsDataTable by using the specified fiscal period GUID.

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 Function FindByWFISCAL_PERIOD_UID ( _
    WFISCAL_PERIOD_UID As Guid _
) As FiscalPeriodDataSet.FiscalPeriodsRow
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsDataTable
Dim WFISCAL_PERIOD_UID As Guid
Dim returnValue As FiscalPeriodDataSet.FiscalPeriodsRow

returnValue = instance.FindByWFISCAL_PERIOD_UID(WFISCAL_PERIOD_UID)
public FiscalPeriodDataSet.FiscalPeriodsRow FindByWFISCAL_PERIOD_UID(
    Guid WFISCAL_PERIOD_UID
)

Parameters

Return Value

Type: [Admin Web service].FiscalPeriodDataSet.FiscalPeriodsRow

See Also

Reference

FiscalPeriodDataSet.FiscalPeriodsDataTable Class

FiscalPeriodDataSet.FiscalPeriodsDataTable Members

Admin Web Service