Makes a deep copy of the code group.
[Visual Basic] Overridable Public Function Copy() As ICodeGroup [C#] public virtual ICodeGroup Copy(); [C++] public: virtual ICodeGroup* Copy(); [JScript] public 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.
FirstMatchCodeGroup Class | FirstMatchCodeGroup Members | System.Security.Policy Namespace