G
Guest
I am trying to create a custom Configuration Section that will have this kind
of an xml representation
<CustomSection>
<Objects>
<Object type="sometype">
<Property name="someproperty" anotherAttribute="somevalue"/>
<Property name="someproperty" anotherAttribute="secondvalue"/>
</Object>
<Object type="sometype">
<Property name="someproperty" anotherAttribute="somevalue"/>
<Property name="someproperty" anotherAttribute="secondvalue"/>
</Object>
</Objects>
</CustomSection>
The problem that I am having is that I am not able to create the "Property"
level collection, everything else is getting created and written out, but the
Property elements are not being rendered out to the config file.
If anyone has ever ran across this type of issue, any help would be greatly
appriciated.
Thanks,
Ilya
of an xml representation
<CustomSection>
<Objects>
<Object type="sometype">
<Property name="someproperty" anotherAttribute="somevalue"/>
<Property name="someproperty" anotherAttribute="secondvalue"/>
</Object>
<Object type="sometype">
<Property name="someproperty" anotherAttribute="somevalue"/>
<Property name="someproperty" anotherAttribute="secondvalue"/>
</Object>
</Objects>
</CustomSection>
The problem that I am having is that I am not able to create the "Property"
level collection, everything else is getting created and written out, but the
Property elements are not being rendered out to the config file.
If anyone has ever ran across this type of issue, any help would be greatly
appriciated.
Thanks,
Ilya