DisableInheritance |
Scroll |
Disables the inheritance on the current object.
Namespace: Therefore.API
Visual Basic Public Overridable Function DisableInheritance( _ bCopyAssignments As Boolean _ ) C# public virtual void DisableInheritance ( bool bCopyAssignments )
Parameters bCopyAssignments If true, all inherited assignments will be copied. If false, all inherited assignments will be removed.
Return Value None. |