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