Returns a Boolean value indicating that you can use the Remove method to delete an object from the collection.
Syntax
object.RemoveEnabled
Parameters
object
Required. An object variable that evaluates to a CatalogCollection object.
Remarks
If the value returned is True, then you can call the Remove method to remove an object from the collection. If the value returned is False, objects cannot be removed from the collection.