Retrieves the source of the XML object.
Syntax
HRESULT get_src( BSTR *p );
Parameters
- p
- Address of a string that contains the URL for an XML data source.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the source of the XML object.
Syntax
HRESULT put_src( BSTR v );
Parameters
- v
- String (BSTR) that contains the URL for an XML data source. /DD>
Return Value
Returns S_OK if successful, or an error code otherwise.