del método ProjectDataSet.ProjectRow.IsPROJ_PROP_CATEGORYNull
Determina si la propiedad PROJ_PROP_CATEGORY se establece en un valor nulo.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Function IsPROJ_PROP_CATEGORYNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_PROP_CATEGORYNull()
public bool IsPROJ_PROP_CATEGORYNull()
Valor devuelto
Tipo: System.Boolean
True si PROJ_PROP_CATEGORY es una referencia null (Nothing en Visual Basic).
Vea también
Referencia
clase ProjectDataSet.ProjectRow