IRepositoryDispatch::get_Properties

See Also

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.
Error Values
This method failed to complete successfully.
(c) 1988-1998 Microsoft Corporation. All Rights Reserved.