Property of ILabelInfo
Description regular expression replace string
Read-Only Property of type BSTR
var sVal = LabelInfo.Description;
==== Visual Basic Script ====
sVal = LabelInfo.Description
==== C++ ====
BSTR sVal; HRESULT hr = LabelInfo.get_Description(&sVal);
===== See Also ===== ILabelInfo