ProjectDataSet.ProjectRow.IsPROJ_NEW_TASKS_ARE_MANUALNull method
Determines whether the PROJ_NEW_TASKS_ARE_MANUAL property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsPROJ_NEW_TASKS_ARE_MANUALNull As Boolean
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_NEW_TASKS_ARE_MANUALNull()
public bool IsPROJ_NEW_TASKS_ARE_MANUALNull()
Return value
Type: System.Boolean
See also
Reference
ProjectDataSet.ProjectRow class