Inherit |
Scroll |
Whether or not the role assignments of the currently loaded object are inherited from its parent.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Property Inherit As Boolean C# public virtual bool Inherit { get; }
Property ValueIf true, the role assignments of the currently loaded object are inherited from its parent. If false, the role assignments of the currently loaded object are not inherited from its parent. |