ListCache Property (ClarifyApplication)
Gets a reference to the ListCache which provides access to Clarify user defined and global lists
Syntax
'Declaration
Public ReadOnly Property ListCache As IListCache
public IListCache ListCache {get;}
Property Value
A reference to the ListCache
Remarks
See the documentation for ListCache for more information on how to access and work with Clarify lists in FCFL.NET.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
ClarifyApplication Class
ClarifyApplication Members
ListCache Class