del método ProjectDataSet.ProjectRow.IsPROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVENNull
Determina si la propiedad PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN se establece en un valor nulo.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean
True si PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN es una referencia null (Nothing en Visual Basic).
Vea también
Referencia
clase ProjectDataSet.ProjectRow