scripting:api:scope:label

Label

Property of IScope

Connected Label

Read-Only Property of type ILabel

var pLabel = Scope.Label;

==== Visual Basic Script ====

pLabel = Scope.Label

==== C++ ====

CComPtr<ILabel> pLabel;
HRESULT hr = Scope.get_Label(&pLabel);

===== See Also ===== IScope