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.
Assembly: System.Xml (in System.Xml.dll)
| Exception | Condition |
|---|---|
| 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.