| 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_BSTR | DisplayName | Read | User-friendly name of the image. |
| VT_BSTR | ID | Read Write | Unique, automatically generated GUID. |
| VT_DATE | Timestamp | Read Write | Date and time when the image was created. |
| VT_BOOL | IsDeleted | Read | Image file deleted because of quota enforcement. |
| VT_BSTR | Filename | Read | Full path and name of the image file. |
| IImageLocation | Location | Read Write | Location where the image resides. |
| VT_BSTR | DisplayFilename | Read | User-friendly file name of the image |
| VT_DISPATCH | Constants | Read | Named constants for scripting. See VProObjConstants. |
| VT_BSTR | JobID | Read Write | ID of job that created this image. |
| VT_DISPATCH | FileBackup | Read Write | FileBackup object for file and folder backups. |
| VT_BSTR | Password | Write | Clear text password for opening the image file. |
| VT_BSTR | EncryptedPassword | Read Write | Encrypted password for the image. |
| VT_BSTR | Result | Read Write | Result of image file creation. |
| VT_UI8 | ElapsedTime | Read Write | Time required to create the recovery point. |
| VT_UI4 | SpanCount | Read Write | Number of spanned files in the recovery point. |
| VT_BOOL | Verified | Read Write | Image was verified after creation. |
| VT_BOOL | Indexed | Read Write | Image was indexed after creation. |
| VT_BOOL | SystemFilesIndexed | Read Write | Image index includes system and temporary files. |
| VT_BOOL | IncludesACL | Read Write | Image index includes ACL. |
| VT_UI8 | Size | Read Write | Size of the recovery point file (including all spanned segments). |
| VT_BSTR | OriginalDriveLetter | Read Write | Original drive letter of the volume in image. |
| VT_UI8 | MinVolumeSize | Read Write | Minimum size of the volume. |
| VT_BSTR | DisplayJobName | Read Write | Name of the job that created the image (independent or set). |
| VT_UI8 | VolumeSize | Read Write | Size of the volume. |
| VT_BSTR | HexEncryptedPassword | Read Write | A hex string representation of the encrypted password |
| VT_BOOL | IsSubFile(VT_BSTR Filename) | Read | Is file a segment of this image. |
| eIMAGE_QUIESCED_STATE | QuiescedState | Read Write | Get machine's quiesced state when the image was taken. |
| VT_VARIANT | OffsiteCopies | Read Write | Get all offsite copies of the image. |
| VT_VARIANT | SpansetFilenames | Read | Get the names of the files in the span set. |
| VT_BOOL | Obsolete | Read Write | Obsolete incremental images have been consolidated into another incremental image. |