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