ContainerProperty
Returns the value of a named property of a Qubes container.
Syntax
ContainerProperty(containerGPAOID, propName)
containerGPAOID = a Qubes container's GPAOID
propName = name of the container property whose value you want to retrieve
Remarks
(Qubes 9.0) Returns "" if the requested GPAOID is an empty string.
Returns #VAL! if the requested container or property does not exist.
Alias functions provide direct access to certain properties.
The following properties can be accessed:
| Name | Retrieved information | Direct alias | Remarks |
| CHILDS[n] | GPAOID of the nth child container | ChildContainer(containerGPAOID, n) | N starts at 0 |
| DESCRIPTION | Description of the container | ContainerDescription(containerGPAOID) | |
| GPAOID | Container GPAOID | ContainerGPAOID(containerGPAOID) | |
| PARENT | Parent container's GPAOID | ParentContainer(containerGPAOID) | |
| PARENTS[n] | Level n parent container's GPAOID | ParentContainerByLevel(containerGPAOID, level) | Level 0 is the first level |
| PATH | Container tree path | ContainerPath(containerGPAOID) | |
| SITE | Container site | ContainerSite(containerGPAOID) | |
| TYPE | Type of container | ContainerType(containerGPAOID) | |
| UMID | Container UMID | ContainerUMID(containerGPAOID) |