Assignment 类

包含绘制分配和发布的分配的通用属性。

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.Assignment
      Microsoft.ProjectServer.Client.DraftAssignment
      Microsoft.ProjectServer.Client.PublishedAssignment

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<ScriptTypeAttribute("PS.Assignment", ServerTypeId := "{aaced30f-e1e9-484f-b262-ae4e62b3359a}")> _
Public Class Assignment _
    Inherits ClientObject
用法
Dim instance As Assignment
[ScriptTypeAttribute("PS.Assignment", ServerTypeId = "{aaced30f-e1e9-484f-b262-ae4e62b3359a}")]
public class Assignment : ClientObject

备注

DraftAssignment类和PublishedAssignment类是Assignment类中派生的。所有在Assignment类中的属性是只读的。要设置的分配属性值,请使用DraftAssignment对象。

在Microsoft Project 2013中的字段的详细信息,请参阅可用的字段引用

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

Assignment 成员

Microsoft.ProjectServer.Client 命名空间

DraftAssignment

PublishedAssignment

DraftAssignmentCollection

PublishedAssignmentCollection

AssignmentCreationInformation