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