CalendarDataSet.CalendarExceptionsRow.SetNameNull method
Sets the Name property to a null reference (Nothing in Visual Basic).
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub SetNameNull
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
instance.SetNameNull()
public void SetNameNull()
See also
Reference
CalendarDataSet.CalendarExceptionsRow class