| VT_BSTR | Description | Read Write | User-defined description of the image. |
| eIMAGE_REASON | Reason | Read Write | Reason for creating the image. |
| eIMAGE_TYPE | Type | Read Write | Type of the image. For example, Full, Base, or Incremental. |
| VT_I4 | SpanSizeMB | Read Write | Size (in MB) at which the image spans to a new file. |
| eIMAGE_COMPRESSION | Compression | Read Write | Compression level used to create the image. |
| eIMAGE_ENCRYPTION | Encryption | Read Write | Encryption level used to create the image. |
| eIMAGE_TRIGGERED_TYPE | Triggered | Read Write | TTriggered when specific event occurs. For example, Logon, Logoff, Application installed or launched, Data exceeded some MB, Threatcon levels (1,2,3,4) reached. |
| VT_DISPATCH | Task | Read Write | Task object for Full type image jobs. |
| VT_BSTR | ID | Read Write | Unique, automatically generated ID. |
| ICommandFile | CommandFile(VT_BSTR Which) | Read Write | Command file to run during backup job process. It runs before data capture, after data capture, and after recovery point creation. |
| VT_BOOL | VerifyImage | Read Write | Whether to verify image files as they are created. |
| IImageLocation | Location(VT_BSTR VolumeID) | Read Write | Location, by volume ID, where image file for that volume will be created. |
| VT_BSTR | DisplayFilename(VT_BSTR VolumeID) | Read | User-friendly image file name for a given volume. |
| VT_BSTR | Filename(VT_BSTR VolumeID) | Read | Image file name for a given volume. |
| VT_DISPATCH | IncrementalTask | Read Write | Task object for Base and Incremental type image jobs. |
| VT_VARIANT | Volumes | Read Write | IDs of volumes to include in the created images. |
| VT_BOOL | Enabled | Read Write | Whether the job will create Images according to the scheduled tasks. |
| VT_BSTR | DisplayName | Read Write | User-friendly description of job properties. |
| VT_DISPATCH | Constants | Read | Named constants for scripting. See VProObjConstants. |
| VT_BOOL | IncrementalSupport | Read Write | Whether job supports creating incremental images. |
| VT_I4 | Quota | Read Write | Maximum number of images or image sets to keep. Zero means keep all. |
| VT_BOOL | SmartSector | Read Write | Whether to use Smart Sector technology when creating the images. |
| VT_BOOL | SkipBadSectors | Read Write | Whether to ignore bad sectors when creating the images. |
| VT_BSTR | Password | Write | Clear text password for opening the image file. |
| VT_BOOL | RunOnce | Read Write | Whether to delete this job after it runs once. |
| VT_BOOL | PasswordProtected | Read | Whether the job creates password protected images. |
| VT_VARIANT | EventMonitors | Read Write | An array of event monitors for event-driven images. |
| VT_BOOL | ForceNextBase | Read Write | Force the next image for this job to be a baseline image. |
| eCONSOLIDATE_FREQUENCY | ConsolidateFrequency | Read Write | How often to consolidate incremental backup files. |
| VT_DATE | LastConsolidate | Read Write | Time of the last consolidate incrementals operation. |
| VT_BOOL | Valid | Read Write | Whether this backup job contains valid volumes. |
| VT_DISPATCH | FileBackup | Read Write | FileBackup object for file and folder backups. |
| VT_DATE | NextExpectedBackup | Read | Next expected backup. |
| VT_DATE | LastExpectedBackup | Read Write | Last expected backup. |
| VT_BOOL | CreateDirectory | Read Write | Create backup directory. |
| VT_BOOL | GenerateTOC | Read Write | Generate TOC(Table of Contents). |
| VT_BOOL | IncludeSystemFiles | Read Write | Include system files. |
| VT_BOOL | Managed | Read Write | Indicates a managed backup job. |
| VT_BOOL | GenerateACL | Read Write | GenerateACL |
| VT_BSTR | HexEncryptedPassword | Read Write | A hex string representation of the encrypted password |
| VT_VARIANT | OffsiteCopyLocations | Read Write | List of offsite copy locations. |
| VT_BOOL | EnableAutoSync | Read Write | Enable automatic synchronization of offsite copy locations. |
| VT_BOOL | CreateMachineSpecificFolder | Read Write | Create machine specific sub folder for images. |
| VT_BOOL | PrependMachineName | Read Write | Prepend machine name in the image file. |
| eVSSBACKUP_TYPE | VssBackupType | Read Write | Specify the VSS backup type. |
| VT_BOOL | IsDedupeJob | Read | Whether the job is a de-duplication job. |