hostname property

Sets or retrieves the host name part of the location or URL.

Syntax

HRESULT value = object.put_hostname( v);HRESULT value = object.get_hostname(* p);

Property values

Type: BSTR

the host and domain name, or the numerical IP address.

Remarks

If no host name is available, this property returns an empty string.