Id

Returns the cached items Id that is used by the ISAPI filter - Read Only.

Syntax

[value =]object.Id

The Id 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
'Id 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.Id