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