ScheduleDataSet.ScheduleRow.IsCategoryNull Method
Determines whether the Category property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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