StatusingDataSet.ProjectsRow.PROJ_INFO_STATUS_DATE property

Gets the current project status date.

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

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
A date and time object.

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

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace