Phase.Stages 属性

获取一个阶段一个阶段的。

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

语法

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

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

属性值

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

备注

某一阶段表示在项目生命周期中的一个步骤。

另请参阅

引用

Phase 类

Phase 成员

Microsoft.ProjectServer.Client 命名空间