This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class RegistryAccessAclRule
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class RegistryAccessAclRule

The type exposes the following properties.

Public Properties

  Name Description
Public property Enabled
Gets or sets if this rule is enabled or not.
(Inherited from AclRule.)
Public property Inherit
Gets if the Acl rule is inherited by child containers and objects.
(Overrides AclRule..::Inherit.)
Public property NTAccount
Gets the NTAccount for which the Acl rule is set.
(Overrides AclRule..::NTAccount.)

See Also

Advanced