ProjectDataSet.TaskRow.IsTASK_PRIORITYNull método
Determina se a propriedade TASK_PRIORITY está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsTASK_PRIORITYNull As Boolean
'Uso
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTASK_PRIORITYNull()
public bool IsTASK_PRIORITYNull()
Valor retornado
Tipo: System.Boolean