ProjectDataSet.TaskCustomFieldsRow.IsNUM_VALUENull método
Determina se a propriedade NUM_VALUE está definida como um valor de uma referência nula (Nothing no Visual Basic) .
Namespace: WebSvcProject
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsNUM_VALUENull As Boolean
'Uso
Dim instance As ProjectDataSet.TaskCustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsNUM_VALUENull()
public bool IsNUM_VALUENull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
ProjectDataSet.TaskCustomFieldsRow classe