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


In This Topic
    InheritPermissions Property
    In This Topic
    Indicates whether this object inherits permissions from its security owner.
    Syntax
    'Declaration
     
    
    Public Property InheritPermissions As Boolean
    public bool InheritPermissions {get; set;}
    public:
    property bool InheritPermissions {
       bool get();
       void set (    bool value);
    }
    See Also