DraftTask.Assignments 属性
获取任务的分配。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public ReadOnly Property Assignments As DraftAssignmentCollection
Get
用法
Dim instance As DraftTask
Dim value As DraftAssignmentCollection
value = instance.Assignments
[RemoteAttribute]
public DraftAssignmentCollection Assignments { get; }
属性值
类型:Microsoft.ProjectServer.Client.DraftAssignmentCollection
DraftAssignment对象的集合。