//building and returning object
if (configPropertyIgnore != null || configPropertySupportsDynamicUpdates != null
|| configPropertyConfidential != null)
{
return new ConfigProperty16(description, configPropertyName, configPropertyType,
configPropertyValue,
configPropertyIgnore, configPropertySupportsDynamicUpdates, configPropertyConfidential, id);
}
else
{