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!

PermissionSet.Copy

Creates a copy of the permission set.

[Visual Basic]
Overridable Public Function Copy() As PermissionSet
[C#]
public virtual PermissionSet Copy();
[C++]
public: virtual PermissionSet* Copy();
[JScript]
public function Copy() : PermissionSet;

Return Value

A copy of the permission set.

Remarks

Changes made to the copy do not affect the original permission set.

See Also

PermissionSet Class | PermissionSet Members | System.Security Namespace