Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Default Property Item( _ ByVal id As String _ ) As Byte() |
Visual Basic (Usage) | Copy Code |
---|---|
|
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
If the item specified by the id doesn't exists this property will throw an exception.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family