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

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;

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

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