C# configuration order

Hi,

is there a way to configure order of showing properties in configuration?
I wrote some app with configuration and in the end i forgot to add one property which should show at first place.
If i add it to code infront of all [DataMember] still show in the end of configuration. I deleted all, compile, public and get code back, still same order.

Thanks