ICatalogObject interface (comadmin.h)

Represents items in collections on the COM+ catalog. ICatalogObject enables you to get and put properties exposed by objects in the catalog.

The ICatalogCollection::Item method returns a pointer to ICatalogObject when it retrieves an item in the collection.

Inheritance

The ICatalogObject interface inherits from the IDispatch interface. ICatalogObject also has these types of members:

Methods

The ICatalogObject interface has these methods.

 
ICatalogObject::get_Key

Retrieves the key property of the object.
ICatalogObject::get_Name

Retrieves the name property of the object.
ICatalogObject::get_Valid

Indicates whether all properties were successfully read from the catalog data store.
ICatalogObject::get_Value

Accesses the value of the specified property exposed by this catalog object. (Get)
ICatalogObject::IsPropertyReadOnly

Indicates whether the specified property can be modified using Value.
ICatalogObject::IsPropertyWriteOnly

Indicates whether the specified property can be read using Value.
ICatalogObject::put_Value

Accesses the value of the specified property exposed by this catalog object. (Put)

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comadmin.h