Aracılığıyla paylaş


ProjectTimesheetLinesDataSet.Actuals Property

Gets the information about the actual time expended.

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 ProjectTimesheetLinesDataSet.ActualsDataTable
    Get
'Usage
Dim instance As ProjectTimesheetLinesDataSet
Dim value As ProjectTimesheetLinesDataSet.ActualsDataTable

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

Property Value

Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet.ActualsDataTable

See Also

Reference

ProjectTimesheetLinesDataSet Class

ProjectTimesheetLinesDataSet Members

TimeSheet Web Service