TimesheetDataSet.CustomFieldsRow.IsNUM_VALUENull método
Determina se a propriedade NUM_VALUE está definida como um valor nulo.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsNUM_VALUENull As Boolean
'Uso
Dim instance As TimesheetDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsNUM_VALUENull()
public bool IsNUM_VALUENull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
TimesheetDataSet.CustomFieldsRow classe