scripting:api:application:repository

Repository

Property of IApplication

Repository object

Read-Only Property of type IRepository

var pRepository = Application.Repository;
pRepository = Application.Repository
CComPtr<IRepository> pRepository;
HRESULT hr = Application.get_Repository(&pRepository);