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