IReposProperty::get_Value

Meta Data Services Programming

Meta Data Services Programming

IReposProperty::get_Value

This method retrieves the value of a persistent interface member (a property or collection). If the member is a collection, the retrieved value is a pointer to the interface that supports that type of collection.

HRESULT get_Value(VARIANT   *psValue);

Parameters

*psValue

[out]
The property value.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposProperty Interface