[Missing <summary> documentation for "P:Bespoke.Common.XmlAttributeNameAttribute.XmlAttributeName"]

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

Syntax

C#
public string XmlAttributeName { get; set; }
Visual Basic (Declaration)
Public Property XmlAttributeName As String
Visual C++
public:
property String^ XmlAttributeName {
	String^ get ();
	void set (String^ value);
}

See Also