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