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