This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
url=(arg0)
public
HRESULT url set URL to load an XML document from the URL.
BSTRarg0---p[IN]
# File ext/win32ole/sample/xml.rb, line 7223
def url=(arg0)
ret = @dispatch._setproperty(65641, [arg0], [VT_BSTR, VT_HRESULT])
@lastargs = WIN32OLE::ARGV
ret
end