แก้ไข

แชร์ผ่าน


PermissionSet.Copy Method

Definition

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.

Applies to