Repository

Property of IApplication

Description

Repository object

Property type

Read-Only Property of type IRepository

Syntax

JavaScript

var pRepository = Application.Repository;

Visual Basic Script

pRepository = Application.Repository

C++

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

See Also

IApplication