ProjectDataSet.ProjectRow.PROJ_INFO_STATUS_DATE Property

Specifies the project status date.

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 PROJ_INFO_STATUS_DATE As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime

value = instance.PROJ_INFO_STATUS_DATE

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

Property Value

Type: System.DateTime

Remarks

If a status date is not set, the default value is NA. The value is the same as the status date in the Project Information dialog box in Project Professional.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Project Web Service