Label

Property of IScope

Description

Connected Label

Property type

Read-Only Property of type ILabel

Syntax

JavaScript

var pLabel = Scope.Label;

==== Visual Basic Script ====

pLabel = Scope.Label

==== C++ ====

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

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