Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the Uniform Resource Name (URN) of the object.
Syntax
HRESULT value = object.put_urn(BSTR v);HRESULT value = object.get_urn(BSTR* p);
Property values
Type: BSTR
the URN. The value can be NULL.
Remarks
A URN is an adjunct to a URL. A URL usually specifies an address of a resource on the Internet, whereas a URN specifies the identity of a resource, rather than its ___location.
See also
Conceptual