ProjectDataSet.ProjectRow.PROJ_NEW_TASKS_ARE_MANUAL property
Gets or sets the Boolean value that specifies whether new tasks are manually scheduled.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
True if new tasks are manually scheduled.
See also
Reference
ProjectDataSet.ProjectRow class