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.
Hierarchy
System.Object
System.Attribute
XmlEnumAttribute
Valid On
Field
|