ProjectDataSet.ProjectRow.IsPROJ_OPT_NEW_TASK_ESTNull método
Determina se a propriedade PROJ_OPT_NEW_TASK_EST está definida como um valor de uma referência nula (Nothing no Visual Basic) .
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsPROJ_OPT_NEW_TASK_ESTNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_OPT_NEW_TASK_ESTNull()
public bool IsPROJ_OPT_NEW_TASK_ESTNull()
Valor retornado
Tipo: System.Boolean
True se a propriedade tiver um valor nulo.
Ver também
Referência
ProjectDataSet.ProjectRow classe