ScheduleDataSet.ScheduleRow.IsCategoryNull método
Determina se a propriedade Category está definida como um valor de uma referência nula (Nothing no Visual Basic) .
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsCategoryNull As Boolean
'Uso
Dim instance As ScheduleDataSet.ScheduleRow
Dim returnValue As Boolean
returnValue = instance.IsCategoryNull()
public bool IsCategoryNull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
ScheduleDataSet.ScheduleRow classe