PlannerSolutionDataSet.SolutionsRow.IsOPTIMIZER_SOLUTION_NAMENull method
Determines whether the OPTIMIZER_SOLUTION_NAME property is set to a null value.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsOPTIMIZER_SOLUTION_NAMENull As Boolean
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim returnValue As Boolean
returnValue = instance.IsOPTIMIZER_SOLUTION_NAMENull()
public bool IsOPTIMIZER_SOLUTION_NAMENull()
Return value
Type: System.Boolean
Returns Boolean.
See also
Reference
PlannerSolutionDataSet.SolutionsRow class