The get_Value method gets a property value of an object in a collection.
HRESULT ICatalogObject::get_Value(
| BSTR | bstrPropName | 
| VARIANT* | retval); | 
Parameters
bstrPropName [in] 
BSTR expression containing the name of the property.
retval [out] 
Pointer to the value of the property.
Return Values
S_OK
Method completed successfully.
E_INVALIDARG
Invalid property name passed as a parameter. Can also indicate that an Out parameter is NULL.
E_NOTIMPL
Object has been removed from the collection.
Remarks
See the Using MTS Collections topic for a list of the MTS collections and their properties.