다음을 통해 공유


PublishedProject.StatusDate property

Gets the status date for the project.

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

Syntax

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

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

Property value

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

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace