ImportTimesheetDataSet.Lines Property
Gets information about imported timesheets.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Lines As ImportTimesheetDataSet.LinesDataTable
Get
'Usage
Dim instance As ImportTimesheetDataSet
Dim value As ImportTimesheetDataSet.LinesDataTable
value = instance.Lines
[BrowsableAttribute(false)]
public ImportTimesheetDataSet.LinesDataTable Lines { get; }
Property Value
Type: [Statusing Web service].ImportTimesheetDataSet.LinesDataTable