ProjectDataSet.ProjectResourceRow.RES_ASSN_START property

Specifies the date when a resource starts its first assignment on this project.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

value = instance.RES_ASSN_START

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

Property value

Type: System.DateTime

Remarks

Read-only.

See also

Reference

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace