Name Property
Collapse the table of content
Expand the table of content

XmlAnyElementAttribute.Name Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the XML element name.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public string Name { get; set; }

Property Value

Type: System.String
The name of the XML element.

ExceptionCondition
InvalidOperationException

The element name of an array member does not match the element name specified by the Name property.

If you specify a Name property value when applying the attribute, all XElement objects inserted into the array must have the same element name and default namespace, or an exception is thrown. If you set the Namespace property value, you must set the Name property as well, and the XElement objects must also have the same name and namespace values. If no Name value is specified, the XElement objects can have any element name.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft