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