Method: IXMLDOMAttribute#namespaceURI

Defined in:
sample/xml.rb

#namespaceURIObject

BSTR namespaceURI the URI for the namespace applying to the node



1914
1915
1916
1917
1918
# File 'sample/xml.rb', line 1914

def namespaceURI()
  ret = _getproperty(32, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end