IReposProperty::get_Type

Meta Data Services Programming

Meta Data Services Programming

IReposProperty::get_Type

This method retrieves the type of a persistent property or collection; that is, it returns the object identifier of the definition object to which the member conforms.

HRESULT get_Type(VARIANT   *psTypeId);

Parameters

*psTypeId

[out]
The object identifier of the member's definition object.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposProperty Interface