namespaceURI()
BSTR namespaceURI the URI for the namespace applying to the node
# File ext/win32ole/sample/xml.rb, line 6425 def namespaceURI() ret = @dispatch._getproperty(32, [], []) @lastargs = WIN32OLE::ARGV ret end