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