Makes a deep copy of the code group.
[Visual Basic] Function Copy() As ICodeGroup [C#] ICodeGroup Copy(); [C++] ICodeGroup* Copy() = 0; [JScript] function Copy() : ICodeGroup;
An equivalent copy of the code group, including its membership conditions and child code groups.
This method makes a deep copy of the code group, meaning that copies of all objects it contains are made.
ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace