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!

UnionCodeGroup.Children

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;

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

UnionCodeGroup Class | UnionCodeGroup Members | System.Security.Policy Namespace