adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AccessControlEntry Class / InheritanceOptions Property

In This Topic
    InheritanceOptions Property
    In This Topic
    Gets the inheritance options for this permission set.
    Syntax
    'Declaration
     
    
    Public Property InheritanceOptions As SecurityInheritanceOptions
    public SecurityInheritanceOptions InheritanceOptions {get; set;}
    Remarks
    Inheritance options cannot be changed once a AccessControlEntry has been created. To set permissions with different inheritance options, create a new AccessControlEntry.
    See Also