ProjectTimesheetLinesDataSet.ProjectTimesheetLines Property
Gets the information about timesheet line data.
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 ProjectTimesheetLines As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable
Get
'Usage
Dim instance As ProjectTimesheetLinesDataSet
Dim value As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable
value = instance.ProjectTimesheetLines
[BrowsableAttribute(false)]
public ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable ProjectTimesheetLines { get; }
Property Value
Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable
See Also
Reference
ProjectTimesheetLinesDataSet Class