ProjectDataSet.ProjectResourceRow.RES_ASSN_FINISH Property

Specifies the date when the resource finishes its last assignment on this project.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Property RES_ASSN_FINISH As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As DateTime

value = instance.RES_ASSN_FINISH

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

Property Value

Type: System.DateTime

Remarks

Read-only.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

Project Web Service