Header

Returns the header of the cached item - Read Only.

Syntax

[value =]object.Header

The Header property syntax has the following parts:

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

Data Type

String

Example

'This example demonstrates how to use the
'header 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.header