共用方式為


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_LEVELING_DELAY property

取得或設定要延遲的排程的開始日期,由於資源撫平而從工作分派的工期。

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'宣告
Public Property ASSN_LEVELING_DELAY As Integer
    Get
    Set
'用途
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer

value = instance.ASSN_LEVELING_DELAY

instance.ASSN_LEVELING_DELAY = value
public int ASSN_LEVELING_DELAY { get; set; }

Property value

Type: System.Int32

備註

工期被表示中的分鐘的十分之一。其值為 100 表示 10 分鐘。

請參閱

參照

ResourceAssignmentDataSet.ResourceAssignmentRow class

ResourceAssignmentDataSet.ResourceAssignmentRow members

WebSvcResource namespace