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. ====== JobID ====== Property of [[:scripting:api:style-informer:start|IStyleInformer]] ===== Description ===== Returns informer job name/id ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sID = StyleInformer.JobID; </code>==== Visual Basic Script ==== <code vb> sID = StyleInformer.JobID </code>==== C++ ==== <code cpp> BSTR sID; HRESULT hr = StyleInformer.get_JobID(&sID); </code>===== See Also ===== [[:scripting:api:style-informer:start|IStyleInformer]] ~~NOTOC~~