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

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