Returns a Boolean value indicating whether the Add method is enabled on this collection.
Syntax
object.AddEnabled
Parameters
object
Required. An object variable that evaluates to a CatalogCollection object.
Remarks
If the value returned is True, then you can call the Add method to create a new object in a collection. If the value returned is False, you must use the catalog utility object methods to create a new object.
For a list of the MTS collections and their properties, see the Using MTS Collections topic.
See Also
Add Method (CatalogCollection)