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 AccessControlEntry
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AccessControlEntry

The type exposes the following properties.

Public Properties

  Name Description
Public property AccountSID
Gets or Sets the Account SID
Public property AceType
Gets or Sets the Access Control Entry Type
Public property Count
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Public property Flags
Gets or Sets the Access Control Entry Flags
Public property InheritObjectGuid
Gets or Sets the Inherit Object Guid
Public property IsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
Public property ObjectGuid
Gets or Sets the Object Guid
Public property Rights
Gets or Sets the Access Control Entry Rights

See Also

Advanced