Is there a special XML element for name/value property pairs like the following, something that I can leverage in C# code?
<Properties>
<Property>
<Name>xyz</Name>
<Value>abc</Value>
</Property>
</Properties>
I dont know anything directly unless you use Serialization to do it for you.
I have found this form to be pretty useful, and fairly compact in most situations:
Then iterate through them with something similar to: