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