XmlAttributeAttribute Constructor (String)

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

Initializes a new instance of the XmlAttributeAttribute class and specifies the name of the generated XML attribute.

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

Syntax

Public Sub New ( _
    attributeName As String _
)
public XmlAttributeAttribute(
    string attributeName
)

Parameters

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

XmlAttributeAttribute Class

XmlAttributeAttribute Overload

System.Xml.Serialization Namespace