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