ProjectDataSet.ProjectCustomFieldsRow.IsDATE_VALUENull method
Determina se a propriedade DATE_VALUE está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsDATE_VALUENull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectCustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsDATE_VALUENull()
public bool IsDATE_VALUENull()
Valor retornado
Type: System.Boolean
Ver também
Referência
ProjectDataSet.ProjectCustomFieldsRow class