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