共用方式為


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_DELAY property

取得或設定資源在任務開始日期之前開始工作分派後應等候的時間量。

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

Syntax

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

value = instance.ASSN_DELAY

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

Property value

Type: System.Int32

備註

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

注意事項注意事項

使用這個屬性時,必須指定ASSN_DELAY_FMT屬性。

請參閱

參照

ResourceAssignmentDataSet.ResourceAssignmentRow class

ResourceAssignmentDataSet.ResourceAssignmentRow members

WebSvcResource namespace