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


In This Topic
    CanInheritPermissions Property
    In This Topic
    Indicates whether this object supports security inheritance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanInheritPermissions As Boolean
    public bool CanInheritPermissions {get;}
    public:
    property bool CanInheritPermissions {
       bool get();
    }
    See Also