TimesheetDataSet.StatusingChangeLog property
Gets the statusing data change log for the timesheet single entry mode.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcTimeSheet.TimesheetDataSet.StatusingChangeLogDataTable
A data table.