TimesheetAuditExportDataSet.AuditExportsRow.TS_ACT_AUD_PLAN_DELTA_VALUE Property
The change in value for the planned actual work on the timesheet line.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Property TS_ACT_AUD_PLAN_DELTA_VALUE As Decimal
Get
Set
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
Dim value As Decimal
value = instance.TS_ACT_AUD_PLAN_DELTA_VALUE
instance.TS_ACT_AUD_PLAN_DELTA_VALUE = value
public decimal TS_ACT_AUD_PLAN_DELTA_VALUE { get; set; }
Property Value
Type: System.Decimal
Remarks
The value is in units of 1/100 minute. For example, the value for one hour is 6000.
See Also
Reference
TimesheetAuditExportDataSet.AuditExportsRow Class