ProjectDataSet.ProjectRow.IsPROJ_NEW_TASKS_ARE_MANUALNull method
Determina se a propriedade PROJ_NEW_TASKS_ARE_MANUAL está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsPROJ_NEW_TASKS_ARE_MANUALNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_NEW_TASKS_ARE_MANUALNull()
public bool IsPROJ_NEW_TASKS_ARE_MANUALNull()
Valor retornado
Type: System.Boolean
Ver também
Referência
ProjectDataSet.ProjectRow class