ScheduleDataSet.ScheduleRow.IsStartNull-Methode
Bestimmt, ob die Start -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsStartNull As Boolean
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim returnValue As Boolean
returnValue = instance.IsStartNull()
public bool IsStartNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
ScheduleDataSet.ScheduleRow Klasse