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