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