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