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