Поделиться через


ProjectDataSet.TaskRow.TASK_COMPLETE_THROUGH Property

Gets the date that specifies when the task was completed.

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
Public Property TASK_COMPLETE_THROUGH As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime

value = instance.TASK_COMPLETE_THROUGH

instance.TASK_COMPLETE_THROUGH = value
public DateTime TASK_COMPLETE_THROUGH { get; set; }

Property Value

Type: System.DateTime

Remarks

Read-only. It is calculated as the sum of TASK_ACT_START and TASK_ACT_DUR.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Statusing Web Service