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!

ICodeGroup.Children

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;

Property Value

A list of child code groups.

Remarks

Ordering of child code groups is significant for some types of code group.

Example [C#]

[C#]

if (codeGroup.Children.Count==0) ...

See Also

ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace