Precache Property

This property holds the value used to build an optional PRECACHE attribute for the owning object's CDF element. When the CDF string for an object that has a Precache property is constructed, the property is checked. If it is not null, the PRECACHE attribute is added to the element with the value of the property as the value.

Type

String (BSTR)

Default

Null

Remarks

The CDF specification currently defines either "YES" or "NO" as valid values for this attibute.

Example

VBScript

IDispChannel.Precache = "YES"

© 1997-1998 Microsoft Corporation. All rights reserved.