TimesheetListDataSet.TimesheetsRow Class

Specifies one row of timesheet list data.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [TimeSheet Web service].TimesheetListDataSet.TimesheetsRow

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public Class TimesheetsRow _
    Inherits DataRow
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
public class TimesheetsRow : DataRow

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TimesheetListDataSet.TimesheetsRow Members

TimeSheet Web Service