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!

ICodeGroup.Copy

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;

Return Value

An equivalent copy of the code group, including its membership conditions and child code groups.

Remarks

This method makes a deep copy of the code group, meaning that copies of all objects it contains are made.

See Also

ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace