ProjectDataSet.ProjectRow.IsPLANNER_DECISIONNull method
Determina se a propriedade PLANNER_DECISION está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsPLANNER_DECISIONNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPLANNER_DECISIONNull()
public bool IsPLANNER_DECISIONNull()
Valor retornado
Type: System.Boolean
True se PLANNER_DECISION for a null reference (Nothing in Visual Basic).
Ver também
Referência
ProjectDataSet.ProjectRow class