Initializes a new instance of the XmlAttributeNameAttribute class

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

Syntax

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

Parameters

xmlAttributeName
Type: System..::.String

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

See Also