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