←Select platform

Item Property

Summary

Gets an item from the cache.

Syntax

C#
VB
C++
public virtual byte[] Item( 
   string id 
) { get; } 
  
Public Overridable ReadOnly Default Property Item( _ 
   ByVal id As String _ 
) As Byte() 
public: 
virtual property array<byte>^ default [String^] { 
   array<byte>^ get(String^ id); 
} 

Parameters

id
A System.String that identifies the cache item to be retrieved.

Property Value

The item stored in the cache as an array of System.Byte

Remarks

If the item specified by the id does not exist, this property will throw an exception.

Requirements

Target Platforms

See Also

Reference

Cache Class

Cache Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly