ProjectDataSet.ProjectRow.PROJ_INFO_STATUS_DATE Property
Specifies the project status date.
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 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
The status date.
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