Share via


TimesheetDataSet.StatusingChangeLog Property

Gets the statusing data change log for the timesheet single entry mode.

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 StatusingChangeLog As TimesheetDataSet.StatusingChangeLogDataTable
    Get
'Usage
Dim instance As TimesheetDataSet
Dim value As TimesheetDataSet.StatusingChangeLogDataTable

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

Property Value

Type: [TimeSheet Web service].TimesheetDataSet.StatusingChangeLogDataTable

See Also

Reference

TimesheetDataSet Class

TimesheetDataSet Members

TimeSheet Web Service