Retrieves the name associated with a Repository item. For Repository relationships, this is the name defined by the relationship. For Repository objects, this is either:
HRESULT get_Name( BSTR *pName );
Parameters
*pName
[out]
The name associated with the item.
Return Value
S_OK
The method completed successfully.
Error
This method failed to complete successfully.
Remarks
When you try to retrieve the name of an object version, the Repository can look in several places for the name. (See Retrieving an object version's name.)