Task.LatestStart property
取得不延遲專案完成的任務可以開始的最晚日期。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property LatestStart As DateTime
Get
'用途
Dim instance As Task
Dim value As DateTime
value = instance.LatestStart
[RemoteAttribute]
public DateTime LatestStart { get; }
Property value
Type: System.DateTime
任務可以開始的最晚日期。