ProjectDataSet.ProjectRow.PROJ_OPT_DEF_TASK_TYPE property

Specifies the default type for tasks in the project.

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

Syntax

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

value = instance.PROJ_OPT_DEF_TASK_TYPE

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

Property value

Type: System.Int32

Remarks

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 0 (fixed units).

  • 0 = Fixed units

  • 1 = Fixed duration

  • 2 = Fixed work

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace