CalendarDataSet.CalendarsRow.IsCAL_IS_STANDARD_CALNull Method
Determines whether the CAL_CHECKOUTBY property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsCAL_IS_STANDARD_CALNull As Boolean
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim returnValue As Boolean
returnValue = instance.IsCAL_IS_STANDARD_CALNull()
public bool IsCAL_IS_STANDARD_CALNull()
Return Value
Type: System.Boolean
See Also
Reference
CalendarDataSet.CalendarsRow Class