Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the default fixed cost accrual method to use on new tasks.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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