Returns a list of Element objects, representing the sub elements of the query.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ArrayList ChildElements { get; }
Public ReadOnly Property ChildElements As ArrayList
public: property ArrayList^ ChildElements { ArrayList^ get (); }