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
     
    
    <NotNullAttribute()>
    Public ReadOnly Property InheritedPermissions As AccessControlEntryCollection
    [NotNull()]
    public AccessControlEntryCollection InheritedPermissions {get;}
    [NotNull()]
    public:
    property AccessControlEntryCollection^ InheritedPermissions {
       AccessControlEntryCollection^ get();
    }
    See Also