ProjectDataSet.ProjectRow.PROJ_OPT_DEF_FIX_COST_ACCRUAL Property

Specifies the default fixed cost accrual method to use on new tasks.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_DEF_FIX_COST_ACCRUAL As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer

value = instance.PROJ_OPT_DEF_FIX_COST_ACCRUAL

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

Property Value

Type: System.Int32

Remarks

If you create a task that does not specify the accrual method, the task uses the default accrual method. The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is 3 (prorated).

  • 1 = Start

  • 2 = End

  • 3 = Prorated

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcStatusing Namespace