Gets or sets an object that specifies how the System.Xml.Serialization.XmlSerializer serializes an enumeration member.
Documentation for this section has not yet been entered.
For each identifier you want to override, you must create an System.Xml.Serialization.XmlAttributes object, and set the XmlAttributes.XmlEnum property to an System.Xml.Serialization.XmlEnumAttribute that overrides the identifier. Add the System.Xml.Serialization.XmlAttributes object to the System.Xml.Serialization.XmlAttributeOverrides object and specify both the Type of the class that contains the enumeration, and the overridden member name.