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