ProjectDataSet.ProjectRow.PROJ_OPT_DEF_TASK_TYPE Property
Specifies the default type for tasks in the project.
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_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