ProjectDataSet.TaskRow.IsTASK_TOTAL_SLACKNull método
Determina se a propriedade TASK_TOTAL_SLACK está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
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 retornado
Tipo: System.Boolean