Initializes a new instance of the XmlElementNameAttribute class

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public XmlElementNameAttribute(
	string xmlElementName
)
Visual Basic (Declaration)
Public Sub New ( _
	xmlElementName As String _
)
Visual C++
public:
XmlElementNameAttribute(
	String^ xmlElementName
)

Parameters

xmlElementName
Type: System..::.String

[Missing <param name="xmlElementName"/> documentation for "M:Bespoke.Common.XmlElementNameAttribute.#ctor(System.String)"]

See Also