System.Security.Policy.CodeGroup.Children Property

Gets or sets an ordered list of the child code groups of a code group.

Syntax

public IList Children { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The order of child code groups is significant for certain code groups.

Note:

The return value is a copy of the child code list. Do not use the returned list to add a child code group; instead, use the CodeGroup.AddChild(CodeGroup) method.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0