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