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