The array that this variable is an element of (otherwise null).
| C# | Visual Basic | Visual C++ |
public IVariableArray ArrayVariable { get; }
Public ReadOnly Property ArrayVariable As IVariableArray
public: property IVariableArray^ ArrayVariable { IVariableArray^ get (); }
This array may be created implicitly by applying ForEach to a variable. In that case, the variable
becomes an element of a fresh array.