Leadtools.Medical.Caching Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.03.01
Item Property
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : Item Property



id
A String that identifies the cache item to be retrieved.
Gets an item from the cache.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Default Property Item( _
   ByVal id As String _
) As Byte()
Visual Basic (Usage)Copy Code
Dim instance As Cache
Dim id As String
Dim value() As Byte
 
value = instance.Item(id)
C# 
public virtual byte[] this[ 
   string id
]; {get;}
C++/CLI 
public:
virtual property array<byte>^ default [String^] {
   array<byte>^ get(String^ id);
}

Parameters

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

Return Value

The item stored in the cache as an array of Byte

Remarks

If the item specified by the id doesn't exists this property will throw an exception.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also

Item requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features