Variable Container Properties

Property Description
Children Returns an array of references to the variables and variable containers directly under the current variable container. This property does not traverse the container hierarchy recursively. If the current variable container includes subcontainers, this property does not return references to the variable objects under the subcontainers. Details
All Variables Returns an array of references to all Variables under the current variable container. This property performs a recursive search and returns all shared variables within the container hierarchy at or below the level of the current variable container. Details