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