Share via


ProjectDataSet.ProjectRow.PROJ_NEW_TASKS_ARE_MANUAL Property

Gets or sets the Boolean value that specifies whether new tasks are manually scheduled.

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_NEW_TASKS_ARE_MANUAL As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_NEW_TASKS_ARE_MANUAL

instance.PROJ_NEW_TASKS_ARE_MANUAL = value
public bool PROJ_NEW_TASKS_ARE_MANUAL { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Statusing Web Service