TimesheetDataSet.HeadersDataTable.FindByTS_UID method
Retrieves a HeadersRow object by using the specified timesheet GUID.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByTS_UID ( _
TS_UID As Guid _
) As TimesheetDataSet.HeadersRow
'Usage
Dim instance As TimesheetDataSet.HeadersDataTable
Dim TS_UID As Guid
Dim returnValue As TimesheetDataSet.HeadersRow
returnValue = instance.FindByTS_UID(TS_UID)
public TimesheetDataSet.HeadersRow FindByTS_UID(
Guid TS_UID
)
Parameters
TS_UID
Type: System.GuidContains the timesheet GUID.
Return value
Type: WebSvcTimeSheet.TimesheetDataSet.HeadersRow
See also
Reference
TimesheetDataSet.HeadersDataTable class