public String PropertyProductName() { PropertyReadLock(); String val; try { val = iProductName.Value(); } finally { PropertyReadUnlock(); } return val; }