Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
The get_Name method gets the name of a collection.
HRESULT ICatalogCollection::get_Name( VARIANT* retval);
Parameters
retval [out]
Pointer to the name of the collection.
Return Values
S_OK
Method completed successfully.
E_INVALIDARG
Out parameter is NULL.
Remarks
See the Using MTS Collections topic for a list of the MTS collections and their properties.