====== 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 ====
var sGUID = Plugin.GUID;
==== Visual Basic Script ====
sGUID = Plugin.GUID
==== C++ ====
BSTR sGUID;
HRESULT hr = Plugin.get_GUID(&sGUID);
===== See Also =====
[[:scripting:api:plugin:start|IPlugin]]
~~NOTOC~~