StageCustomFieldCreationInformation 类
提供属性设置和用来将自定义字段添加到项目阶段信息的方法。
继承层次结构
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.StageCustomFieldCreationInformation
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<ScriptTypeAttribute("PS.StageCustomFieldCreationInformation", ValueObject := True, _
ServerTypeId := "{ee2262c3-3fff-414e-98b2-44f850fef529}")> _
Public Class StageCustomFieldCreationInformation _
Inherits ClientValueObject
用法
Dim instance As StageCustomFieldCreationInformation
[ScriptTypeAttribute("PS.StageCustomFieldCreationInformation", ValueObject = true,
ServerTypeId = "{ee2262c3-3fff-414e-98b2-44f850fef529}")]
public class StageCustomFieldCreationInformation : ClientValueObject
备注
在Project Web App中的工作流阶段的列表,请参阅https://ServerName/ProjectServerName/Admin/WorkflowStages.aspx。在Project Web App中创建工作流容器时,容器创建页面中的某些字段表示StageCustomFieldCreationInformation类的成员。在页上的其他字段表示StageCustomField类和StageDetailPageCreationInformation类的成员。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。