LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Count Property
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : Count Property



The Count Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Gets the number of items stored in the cache.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Count As Integer
Visual Basic (Usage)Copy Code
Dim instance As Cache
Dim value As Integer
 
value = instance.Count
C# 
public int Count {get;}
C++/CLI 
public:
property int Count {
   int get();
}

Property Value

The number of items stored in the cache.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also