| VT_BSTR | DisplayName | Read | Generated name of current Task properties. |
| VT_BSTR | Description | Read Write | Short, user-defined description of Task. |
| VT_BSTR | ID | Read Write | Unique, automatically generated ID. |
| VT_BOOL | Enabled | Read Write | Whether the Task is enabled (will execute as scheduled). |
| VT_DATE | StartDateTime | Read Write | When the Task should begin executing (GMT). |
| VT_DATE | EndDate | Read Write | When the Task should stop executing. |
| VT_DATE | LastExecuted | Read Write | Most recent successful execution date/time for the Task. |
| eINTERVAL | RepeatInterval | Read Write | How often the Task repeats. |
| VT_R8 | RepeatOn | Read Write | Repeat day(s) for Weekly & Monthly schedules (bit field). 0-6 for weekdays, 0-31 for days of the month 31 being the LAST day of any month. |
| VT_DATE | NextRunTime | Read | The next date/time the Task is scheduled to execute. |
| VT_DISPATCH | Constants | Read | Named constants for scripting. See VProSchedulerConstants. |
| VT_DATE | RepeatHourEndTime | Read Write | Time to stop repeating the Task within a day. |
| VT_BSTR | ExpandedDisplayName | Read | A more complete generated description of current Task properties. |
| VT_DATE | StartDateTimeLocal | Write | When the Task should begin executing (local time). |
| VT_DATE | EndDateLocal | Write | When the Task should stop executing.(local time |
| VT_DATE | RepeatHourEndTimeLocal | Write | Time to stop repeating the Task within a day. (localtime) |
| VT_INT | RepeatOnDays | Read Write | Repeat day(s) for Weekly & Monthly schedules. 0-6 for weekdays, 0-31 for days of the month 31 being the LAST day of any month. |
| VT_INT | RepeatOnMinutes | Read Write | Repeat minutes for schedules. |
| VT_UI4 | DistributeBackupMinutes | Read Write | Backup window to use for managed jobs. |
| VT_DATE | FutureRunTime(VT_DATE startDate) | Read | Get the next run time after the date specified. It takes start date as method argument. |
| VT_BSTR | DailyRepeatIntervalDisplayName | Read | The repeat interval during a day |