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 abstract class AclRule
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class AclRule

The type exposes the following properties.

Public Properties

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

See Also

Advanced