Retrieves the name space of the object.
Syntax
HRESULT get_ns(
BSTR *p
);
Parameters
- p
- Address of a string that contains the XML name space.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the name space of the object.
Syntax
HRESULT put_ns(
BSTR v
);
Parameters
- v
- String (BSTR) that contains the object's name space.
Return Value
Returns S_OK if successful, or an error code otherwise.