href property

Sets or retrieves the URL of the linked style sheet.

Syntax

HRESULT value = object.put_href( v);HRESULT value = object.get_href(* p);

Property values

Type: BSTR

the URL.

Standards information

Remarks

The property returns the URL if the style sheet is a link. If the style sheet is a style, the property returns null.