RegistryAccessRule.RegistryRights Właściwość

Definicja

Pobiera prawa dozwolone lub odrzucane przez regułę dostępu.

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

Wartość właściwości

Bitowa kombinacja wartości wskazująca RegistryRights prawa dozwolone lub odrzucone przez regułę dostępu.

Uwagi

RegistryAccessRule obiekty są niezmienne. Możesz utworzyć nową regułę dostępu reprezentującą innego użytkownika, inne prawa lub inną AccessControlTyperegułę dostępu, ale nie można zmodyfikować istniejącej reguły dostępu.

Dotyczy