Property of ILabelInfo
Description regular expression replace string
Read-Only Property of type BSTR
var sVal = LabelInfo.Description;
sVal = LabelInfo.Description
BSTR sVal; HRESULT hr = LabelInfo.get_Description(&sVal);
ILabelInfo