scripting:api:label:name

Name

Property of ILabel

Name

Read-Only Property of type BSTR

var sVal = Label.Name;
sVal = Label.Name
BSTR sVal;
HRESULT hr = Label.get_Name(&sVal);