name property
Sets or retrieves a value that indicates the window name.
Syntax
HRESULT value = object.put_name( v);HRESULT value = object.get_name(* p);
Property values
Type: BSTR
an arbitrary name used to identify the object.
Remarks
To access a window's IHTMLWindow2::name property, use the window keyword.
Show: