TimesheetDataSet.ActualsRow.LinesRow Property

Returns the related TimesheetDataSet.LinesRow object.

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

Syntax

'Declaration
Public Property LinesRow As TimesheetDataSet.LinesRow
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.ActualsRow
Dim value As TimesheetDataSet.LinesRow

value = instance.LinesRow

instance.LinesRow = value
public TimesheetDataSet.LinesRow LinesRow { get; set; }

Property Value

Type: WebSvcTimeSheet.TimesheetDataSet.LinesRow

See Also

Reference

TimesheetDataSet.ActualsRow Class

TimesheetDataSet.ActualsRow Members

WebSvcTimeSheet Namespace