| Exception | Description | 
|---|---|
| MDNotIndexedPropertyException | Thrown when property is not indexed. | 
MDPropertyValue oProperty = m_oTestPart.Properties[ Eplan.EplApi.MasterData.Properties.MDPartsDatabaseItem.ARTICLE_FREE_DATA_VALUE ]; if(oProperty.Definition.IsIndexed) { { MDPropertyValue oPropertyElement = oProperty[ i ]; string sProperty = oPropertyElement.ToString(); } }