Property Variables
Variables
Gets the collection of variables. This property provides access to the variables stored within the object, allowing for operations such as adding, removing, or updating variables.
Declaration
IHierarchicalSourceCache<AuraVariable, string> Variables { get; }
Property Value
Type | Description |
---|---|
IHierarchicalSourceCache<AuraVariable, string> | The hierarchical source cache of variables indexed by string keys. |