del método ProjectDataSet.TaskRow.IsTASK_TOTAL_SLACKNull
Determina si la propiedad TASK_TOTAL_SLACK se establece en un valor nulo.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Function IsTASK_TOTAL_SLACKNull As Boolean
'Uso
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTASK_TOTAL_SLACKNull()
public bool IsTASK_TOTAL_SLACKNull()
Valor devuelto
Tipo: System.Boolean