del método ProjectDataSet.ProjectRow.IsPLANNER_START_DATENull
Determina si la propiedad PLANNER_START_DATE se establece en un valor nulo.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean
True si PLANNER_START_DATE es una referencia null (Nothing en Visual Basic).
Vea también
Referencia
clase ProjectDataSet.ProjectRow