ScheduleDataSet.ScheduleRow.IsCategoryNull-Methode
Bestimmt, ob die Category -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
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()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
ScheduleDataSet.ScheduleRow Klasse