TimesheetDataSet.Actuals Property

Contains the actual number of hours that the resource worked for the entries that are specified in the Lines property.

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
<BrowsableAttribute(False)> _
Public ReadOnly Property Actuals As TimesheetDataSet.ActualsDataTable
    Get
'Usage
Dim instance As TimesheetDataSet
Dim value As TimesheetDataSet.ActualsDataTable

value = instance.Actuals
[BrowsableAttribute(false)]
public TimesheetDataSet.ActualsDataTable Actuals { get; }

Property Value

Type: [TimeSheet Web service].TimesheetDataSet.ActualsDataTable

Remarks

The Actuals table is composed of TimesheetDataSet.ActualsRow rows.

See Also

Reference

TimesheetDataSet Class

TimesheetDataSet Members

TimeSheet Web Service