PlannerSolutionDataSet.SolutionProjectsRow.IsSNETNull method
Determina se a propriedade SNET está definida como um valor nulo.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsSNETNull As Boolean
'Uso
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim returnValue As Boolean
returnValue = instance.IsSNETNull()
public bool IsSNETNull()
Valor retornado
Type: System.Boolean
Retorna Boolean.
Ver também
Referência
PlannerSolutionDataSet.SolutionProjectsRow class