StatusingDataSet.ProjectsRow.PROJ_NEW_TASKS_ARE_MANUAL Property
Gets a value that indicates 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 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