DraftProject.StatusDate property

Gets or sets the current status date for the project.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property StatusDate As DateTime
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As DateTime

value = instance.StatusDate

instance.StatusDate = value
[RemoteAttribute]
public DateTime StatusDate { get; set; }

Property value

Type: System.DateTime
The status date for the project.

Remarks

If the project status date is not set, StatusDate gets the current date of the project.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace