共用方式為


RegistryAccessRule.RegistryRights 屬性

定義

取得存取規則所允許或拒絕的權限。

public:
 property System::Security::AccessControl::RegistryRights RegistryRights { System::Security::AccessControl::RegistryRights get(); };
public System.Security.AccessControl.RegistryRights RegistryRights { get; }
member this.RegistryRights : System.Security.AccessControl.RegistryRights
Public ReadOnly Property RegistryRights As RegistryRights

屬性值

RegistryRights 值的位元組合,表示存取規則所允許或拒絕的權限。

備註

RegistryAccessRule 物件是不可變的。 您可以建立代表不同使用者、不同許可權或不同 AccessControlType的新存取規則,但無法修改現有的存取規則。

適用於