November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlEnumAttribute — System.Xml.Serialization (system.xml.dll) CF 1.0 class
public class XmlEnumAttribute : Attribute { // Public Constructors public XmlEnumAttribute( ); public XmlEnumAttribute( string name); // Public Instance Properties public string Name{set; get; } }
This type is
used to indicate that the enumeration member to which it is applied
should be serialized with the name specified in its
Name property.
System.Object →
System.Attribute →
XmlEnumAttribute
Field