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. ====== Name ====== Property of [[:scripting:api:syntax:start|ISyntax]] ===== Description ===== Name property ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sName = Syntax.Name; </code>==== Visual Basic Script ==== <code vb> sName = Syntax.Name </code>==== C++ ==== <code cpp> BSTR sName; HRESULT hr = Syntax.get_Name(&sName); </code>===== See Also ===== [[:scripting:api:syntax:start|ISyntax]] ~~NOTOC~~