scripting:api:label:description

Description

Property of ILabel

Description

Read-Only Property of type BSTR

var sVal = Label.Description;
sVal = Label.Description
BSTR sVal;
HRESULT hr = Label.get_Description(&sVal);