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