TimePeriodDataSet.TimePeriodsDataTable.FindByWPRD_UID Method
Gets the row in the TimePeriodsDataTable that represents the specified work 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
Public Function FindByWPRD_UID ( _
WPRD_UID As Guid _
) As TimePeriodDataSet.TimePeriodsRow
'Usage
Dim instance As TimePeriodDataSet.TimePeriodsDataTable
Dim WPRD_UID As Guid
Dim returnValue As TimePeriodDataSet.TimePeriodsRow
returnValue = instance.FindByWPRD_UID(WPRD_UID)
public TimePeriodDataSet.TimePeriodsRow FindByWPRD_UID(
Guid WPRD_UID
)
Parameters
- WPRD_UID
Type: System.Guid
The GUID identifier of the work period.
Return Value
Type: [Admin Web service].TimePeriodDataSet.TimePeriodsRow
See Also
Reference
TimePeriodDataSet.TimePeriodsDataTable Class