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.RemoveChild

Removes the specified child code group.

[Visual Basic]
Overridable Public Sub RemoveChild( _
   ByVal group As ICodeGroup _
)
[C#]
public virtual void RemoveChild(
   ICodeGroup group
);
[C++]
public: virtual void RemoveChild(
   ICodeGroup* group
);
[JScript]
public function RemoveChild(
   group : ICodeGroup
);

Parameters

group
[To be supplied.]

Exceptions

Exception Type Condition
ArgumentException if group is not an immediate child code group.

Remarks

Only immediate child code groups may be removed with this method, not child code groups of children and so forth.

See Also

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