Assignment.LevelingDelay 属性

获取资源调配可以延迟从其最早开始时间工作分配的总时间。

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

语法

声明
<RemoteAttribute> _
Public ReadOnly Property LevelingDelay As String
    Get
用法
Dim instance As Assignment
Dim value As String

value = instance.LevelingDelay
[RemoteAttribute]
public string LevelingDelay { get; }

属性值

类型:System.String
资源调配延迟的持续时间。例如,2d (两天) 或 3w (三周)。
若要获取的资源调配延迟的TimeSpan值,使用LevelingDelayTimeSpan属性。

另请参阅

引用

Assignment 类

Assignment 成员

Microsoft.ProjectServer.Client 命名空间