ProjectDataSet.ProjectRow.PROJ_OPT_DEF_FIX_COST_ACCRUAL Property
Specifies the default fixed cost accrual method to use on new tasks.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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