CalendarDataSet.CalendarExceptionsRow.IsShift4StartNull-Methode
Bestimmt, ob die Shift4Start -Eigenschaft auf ein Nullverweis (Nothing in Visual Basic)festgelegt ist.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsShift4StartNull As Boolean
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim returnValue As Boolean
returnValue = instance.IsShift4StartNull()
public bool IsShift4StartNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
CalendarDataSet.CalendarExceptionsRow Klasse