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