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