共用方式為


ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow.DUR_VALUE 屬性

如果FIELD_TYPE_ENUM屬性設為輸入DURATION,請指定自訂欄位的值。

命名空間:  WebSvcResource
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

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

value = instance.DUR_VALUE

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

屬性值

類型:System.Int32

備註

如果FIELD_TYPE_ENUM屬性設為輸入DURATION,您必須指定DUR_FMT屬性。否則,日後使用 Project Professional 中此專案的可能會導致無法預期的行為,包括可能遺失資料。

持續時間會顯示在十分之一的稍待一分鐘。值為 100 表示 10 分鐘。

請參閱

參照

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow 類別

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow 成員

WebSvcResource 命名空間