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