PermissionSet.Copy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a copy of the PermissionSet.
public:
virtual System::Security::PermissionSet ^ Copy();
public virtual System.Security.PermissionSet Copy();
abstract member Copy : unit -> System.Security.PermissionSet
override this.Copy : unit -> System.Security.PermissionSet
Public Overridable Function Copy () As PermissionSet
Returns
A copy of the PermissionSet.
Remarks
A copy of a PermissionSet represents the same access to resources as the original object. Changes made to the copy do not affect the original permission set.