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

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