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