DraftTask.Predecessors 屬性
取得目前的工作取決於前置任務的連結。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public ReadOnly Property Predecessors As DraftTaskLinkCollection
Get
'用途
Dim instance As DraftTask
Dim value As DraftTaskLinkCollection
value = instance.Predecessors
[RemoteAttribute]
public DraftTaskLinkCollection Predecessors { get; }
屬性值
類型:Microsoft.ProjectServer.Client.DraftTaskLinkCollection
DraftTaskLink物件的集合。