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