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