Help > Web Development > Object Reference > Object Reference > ISYSEngine > CatalogShared Property
<a name="kanchor360"></a>ISYSEngine:CatalogShared Property
Provides access to the shared ISYS:desktop catalog, enabling you to share your indexes with ISYS:desktop.

Syntax
[VBScript]
ReadOnly property ISYSEngine.CatalogShared as ISYSCatalogList
[C#]
IISYSCatalogList  .CatalogShared {get;}
[ColdFusion/Java]
IISYSCatalogList  ISYSEngine.CatalogShared() throws ComException;
See Also