ResourceDataSet.CalendarExceptionsRow.SetRecurrenceDaysNull Method
Sets the RecurrenceDays property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Sub SetRecurrenceDaysNull
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
instance.SetRecurrenceDaysNull()
public void SetRecurrenceDaysNull()
See Also
Reference
ResourceDataSet.CalendarExceptionsRow Class