adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityDescriptor Class / InheritedPermissions Property

In This Topic
    InheritedPermissions Property
    In This Topic
    Gets a read-only collection of the permissions the object has inherited from its ancestors.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InheritedPermissions As AccessControlEntryCollection
    public AccessControlEntryCollection InheritedPermissions {get;}
    See Also