del método ProjectDataSet.TaskRow.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.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_TYPENull()
public bool IsPROJ_TYPENull()
Valor devuelto
Tipo: System.Boolean