Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== GUID ====== Property of [[:scripting:api:plugin:start|IPlugin]] ===== Description ===== Returns Unique ID ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sGUID = Plugin.GUID; </code>==== Visual Basic Script ==== <code vb> sGUID = Plugin.GUID </code>==== C++ ==== <code cpp> BSTR sGUID; HRESULT hr = Plugin.get_GUID(&sGUID); </code>===== See Also ===== [[:scripting:api:plugin:start|IPlugin]] ~~NOTOC~~