Share via


ScheduleDataSet.ScheduleRow.IsCategoryNull method

Determines whether the Category property is set to a a null reference (Nothing in Visual Basic) value.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function IsCategoryNull As Boolean
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim returnValue As Boolean

returnValue = instance.IsCategoryNull()
public bool IsCategoryNull()

Return value

Type: System.Boolean

See also

Reference

ScheduleDataSet.ScheduleRow class

ScheduleDataSet.ScheduleRow members

WebSvcStatusing namespace