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