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