Previous in Contents Next in Contents

LastMod Property

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

Type

Date (VT_DATE)

Default

Null

Example

VBScript

IDispChannel.LastMod = #12/12/1998 12:00:00:00"

© 1997-2000 Microsoft Corporation. All rights reserved.