Gets an ordered list of the child code groups of a code group.
[Visual Basic] ReadOnly Property Children As IList [C#] IList Children {get;} [C++] IList* get_Children() = 0; [JScript] abstract function get Children() : IList;
A list of child code groups.
Ordering of child code groups is significant for some types of code group.
[C#]
if (codeGroup.Children.Count==0) ...
ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace