Filename Property

This property holds the value used to build an optional FILENAME attribute. When the CDF string for the object is constructed, the property is checked. If it is not null, the FILENAME attribute is added to the resulting element with the value of the property as the value.

Type

String (VT_BSTR)

Default

null

Remarks

The FILENAME attribute specifies a file within the same archive as specified by the archive identified by the HREF attribute.

Example

VBScript

ICodebase.Filename = "software.exe"

© 1997-1998 Microsoft Corporation. All rights reserved.