NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SecurityElement.Children

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);

Property Value

An array containing the ordered child elements of the XML element.

Remarks

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.

See Also

SecurityElement Class | SecurityElement Members | System.Security Namespace