XmlEnumAttributeName Property |
Gets or sets the value generated in an XML-document instance when the System.Xml.Serialization.XmlSerializer
serializes an enumeration, or the value recognized when it deserializes the
enumeration member.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public string Name { get; set; }
Property Value
Type:
StringSee Also