Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the date when the resource finishes its last assignment on this project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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