共用方式為


ResourcePlan.Assignments property

取得與資源計劃相關聯的PlanAssignment物件的集合。

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

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property Assignments As PlanAssignmentCollection
    Get
'用途
Dim instance As ResourcePlan
Dim value As PlanAssignmentCollection

value = instance.Assignments
[RemoteAttribute]
public PlanAssignmentCollection Assignments { get; }

Property value

Type: Microsoft.ProjectServer.Client.PlanAssignmentCollection
PlanAssignmentCollection物件。

請參閱

參照

ResourcePlan class

ResourcePlan members

Microsoft.ProjectServer.Client namespace