scripting:api:scope:label

Action unknown: addtobook

Label

Property of IScope

Connected Label

Read-Only Property of type ILabel

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