Gets an ordered list of the child code groups of a code group.
[Visual Basic] Overridable Public ReadOnly Property Children As IList [C#] public IList Children {virtual get;} [C++] public: __property virtual IList* get_Children(); [JScript] public 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) ...
FirstMatchCodeGroup Class | FirstMatchCodeGroup Members | System.Security.Policy Namespace