Specifies whether this component can be overridden by deleting it.Specifies whether this component can be deactivated by setting IsActive to false.
Visual Basic |
---|
Public Property CanDeactivate As Boolean |
Only AutomaticComponents can be deactivated. This property should not be used for CustomComponent.
Note When modifying automatic permissions, use CanDeactivate on AutomaticPermissions instead. |