IRepositoryItem::get_Type

Meta Data Services Programming

Meta Data Services Programming

IRepositoryItem::get_Type

This method obtains the object identifier of the repository definition object to which the repository item conforms. This is the type of the repository item.

HRESULT get_Type(VARIANT   *psTypeId);

Parameters

*psTypeId

[out]
The object identifier of the definition object of the repository item.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryItem Interface