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