====== 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 ====
var nVal = LabelInfo.Context;
==== Visual Basic Script ====
nVal = LabelInfo.Context
==== C++ ====
eLabelContext nVal;
HRESULT hr = LabelInfo.get_Context(&nVal);
===== See Also =====
[[:scripting:api:label-info:start|ILabelInfo]]
~~NOTOC~~