data property
Sets or retrieves the URL that references the data of the object.
Syntax
HRESULT value = object.put_data( v);HRESULT value = object.get_data(* p);
Property values
Type: BSTR
the URL of the data.
Remarks
In Microsoft Internet Explorer 6 and greater, this property applies to the comment object.
See also
- Reference
- IHTMLLinkElement::type
- Conceptual
- About the W3C Document Object Model
Show: