Array of child elements of the XML element.
[Visual Basic] Public Property Children As ArrayList [C#] public ArrayList Children {get; set;} [C++] public: __property ArrayList* get_Children(); public: __property void set_Children(ArrayList*); [JScript] public function get Children() : ArrayList; public function set Children(ArrayList);
An array containing the ordered child elements of the XML element.
There is no way to control the ordering of text with the child elements of an XML element. Typically an element will either contain text, or child elements, but not both. Both may be represented, however the ordering of text and child elements is not determined.
SecurityElement Class | SecurityElement Members | System.Security Namespace