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. ====== Context ====== Property of [[:scripting:api:label-info:start|ILabelInfo]] ===== Description ===== Label context ===== Property type ===== Read-Only Property of type **[[:scripting:api:label-context|eLabelContext]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = LabelInfo.Context; </code>==== Visual Basic Script ==== <code vb> nVal = LabelInfo.Context </code>==== C++ ==== <code cpp> eLabelContext nVal; HRESULT hr = LabelInfo.get_Context(&nVal); </code>===== See Also ===== [[:scripting:api:label-info:start|ILabelInfo]] ~~NOTOC~~