C#
VB
Java
C++
Total number of items in the cache that have expired.
[DataMemberAttribute(Name="expiredItems")]
public int ExpiredItems { get; set; }
<DataMemberAttribute(Name:="expiredItems")>
Public Property ExpiredItems() As Integer
Get
Set
public:
[DataMemberAttribute(Name=L"expiredItems")]
property int ExpiredItems
{
int get()
void set(int value)
}
public int getExpiredItems()
public void setExpiredItems(int value)
The total number of items in the cache that have expired. This will be a number greater than 0 and less than or equal to Items.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET