IRepositoryDispatch::get_Properties Method

Meta Data Services Programming

Meta Data Services Programming

IRepositoryDispatch::get_Properties Method

This method retrieves the IReposProperties interface pointer. The IReposProperties interface provides methods to access the Properties collection. The Properties collection gives you a convenient mechanism to enumerate through all of the persistent properties and collections of an interface.

HRESULT get_Properties( IReposProperties   **ppIReposProps );

Parts

*ppIReposProps

[out]
The IReposProperties interface pointer.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryDispatch Interface

IReposProperties Interface