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