====== id ======
Property of [[:scripting:api:style:start|IStyle]]
===== Description =====
ID property
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]**
===== Syntax =====
==== JavaScript ====
var sID = Style.id;
==== Visual Basic Script ====
sID = Style.id
==== C++ ====
BSTR sID;
HRESULT hr = Style.get_id(&sID);
===== See Also =====
[[:scripting:api:style:start|IStyle]]
~~NOTOC~~