TimesheetAuditExportDataSet.AuditExportsRow.TS_ACT_FINISH_DATE Property
Specifies the finish date for activity that is associated with timesheet data.
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_FINISH_DATE As DateTime
Get
Set
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
Dim value As DateTime
value = instance.TS_ACT_FINISH_DATE
instance.TS_ACT_FINISH_DATE = value
public DateTime TS_ACT_FINISH_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
TimesheetAuditExportDataSet.AuditExportsRow Class