StatusingDataSet.ProjectsRow.PROJ_OPT_DEF_TASK_TYPE Property
Gets a value that specifies the default task type (fixed units, duration, or work).
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 Short
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Short
value = instance.PROJ_OPT_DEF_TASK_TYPE
instance.PROJ_OPT_DEF_TASK_TYPE = value
public short PROJ_OPT_DEF_TASK_TYPE { get; set; }
Property Value
Type: System.Int16
The default value is 0 (fixed units).
Remarks
The default task type can be set on the Schedule tab of the Project Options dialog box. For a list of possible values, see TASK_TYPE.
See Also
Reference
StatusingDataSet.ProjectsRow Class