Returns the list of URIs successfully used to load Data Service Catalogs into the current JSDOSession object.

Data type: string array

Access: Read-only

Applies to: progress.data.JSDOSession class

This list includes the URI for each Data Service Catalog loaded using the addCatalog( ) method on the current JSDOSession or Session object. To return a corresponding list of Data Object Services for which the Data Service Catalogs are loaded, read the services property.

See also:

addCatalog( ) method (JSDOSession class), services property