StatusingDataSet.ProjectsRow.PROJ_NEW_TASKS_ARE_MANUAL property
Gets a value that indicates whether new tasks are manually scheduled.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_NEW_TASKS_ARE_MANUAL As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
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
The default value is True.
See also
Reference
StatusingDataSet.ProjectsRow class