[This is preliminary documentation and is subject to change.]
Gets the nested ConditionGroups in this group. If the group does not
contain any nested ConditionGroups and is comprised of only Condition
elements, an empty array is returned
| C# | Visual Basic | Visual C++ |
public virtual ConditionGroup[] Groups{ get;}
Public Overridable ReadOnly Property Groups As ConditionGroup()
public: virtual property array<ConditionGroup^>^ Groups { array<ConditionGroup^>^ get (); }