ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow class

Contains values for the most recently saved work on an assignment, and related project information, for one timesheet line.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcTimeSheet.ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Class ProjectTimesheetLinesRow _
    Inherits DataRow
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
public class ProjectTimesheetLinesRow : 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

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow members

WebSvcTimeSheet namespace