共用方式為


Project.LastPublishedDate property

取得最新專案的發佈時的日期。

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

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property LastPublishedDate As DateTime
    Get
'用途
Dim instance As Project
Dim value As DateTime

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

Property value

Type: System.DateTime
當發佈專案最近的日期。

請參閱

參照

Project class

Project members

Microsoft.ProjectServer.Client namespace