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 );
Parameters
*ppIReposProps
[out]
The IReposProperties interface pointer.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.