ProjectDataSet.ProjectResourceRow.RES_ASSN_FINISH Property
Specifies the date on which the resource finishes its last assignment on this project.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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