archive property
Sets or retrieves a character string that can be used to implement your own IHTMLObjectElement3::archive functionality for the object.
Syntax
HRESULT value = object.put_archive( v);HRESULT value = object.get_archive(* p);
Property values
Type: BSTR
the value for the IHTMLObjectElement3::archive property.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
This property has no default value.
There is no functionality implemented for this property unless defined by the author.
IHTMLObjectElement3::archive was introduced in Microsoft Internet Explorer 6
Show: