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