CalendarDataSet.CalendarsRow.SetCAL_NAMENull Method
Sets the CAL_NAME property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Sub SetCAL_NAMENull
'Usage
Dim instance As CalendarDataSet.CalendarsRow
instance.SetCAL_NAMENull()
public void SetCAL_NAMENull()
See Also
Reference
CalendarDataSet.CalendarsRow Class