ProjectDataSet.ProjectResourceRow.RES_ASSN_START Property
Specifies the date on which the resource starts its first assignment on this project.
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 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