ProjectServer.Stages 属性

在一个Project Web App实例中获取的 Project Server 工作流阶段的集合。

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

语法

声明
<RemoteAttribute> _
Public ReadOnly Property Stages As StageCollection
    Get
用法
Dim instance As ProjectServer
Dim value As StageCollection

value = instance.Stages
[RemoteAttribute]
public StageCollection Stages { get; }

属性值

类型:Microsoft.ProjectServer.Client.StageCollection
Stage对象的集合。

备注

工作流容器是一个工作流阶段的特定子部分。

另请参阅

引用

ProjectServer 类

ProjectServer 成员

Microsoft.ProjectServer.Client 命名空间