Data

Returns the data of the cached item - Read Only.

Syntax

[value =]object.Data

The Data property syntax has the following parts:

Part Description
object A valid WebCacheItem object
value A Variant value.

Data Type

Variant

Example

'This example demonstrates how to use the
'Data property of the WebCachItem class.
'In the example "aWebCache" is a pre-existing
'variable dimensioned as webcache and it
'has been populated with a webcacheitem
 
Dim aWebCacheItem As New WebCacheItem
Set aWebCacheItem = aWebCache.Item(0)
debug.print aWebCacheItem.data