Inherited |
Scroll |
Whether the role assignment is inherited to the current object or not.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Property Inherited As Boolean C# public virtual bool Inherited { get; }
Property ValueIf true, this role assignment is inherited to the current object. If false, this role assignment is set directly on the current object. |
Inherited role assignments cannot be removed from the current object. |