ProjectTimesheetLinesDataSet class

Specifies a collection of timesheet line item data rows.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcTimeSheet.ProjectTimesheetLinesDataSet

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ProjectTimesheetLinesDataSet _
    Inherits DataSet
'Usage
Dim instance As ProjectTimesheetLinesDataSet
[SerializableAttribute]
public class ProjectTimesheetLinesDataSet : DataSet

Remarks

This dataset stores ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow objects.

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 members

WebSvcTimeSheet namespace