StatusingDataSet.ProjectsRow.PROJ_INFO_STATUS_DATE Property
Gets the current 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 StatusingDataSet.ProjectsRow
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
The status date is the same as the current date (today's date) unless a different status date is specified.
See Also
Reference
StatusingDataSet.ProjectsRow Class