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