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