[Missing <summary> documentation for "P:Bespoke.Common.XmlElementNameAttribute.XmlElementName"]

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

Syntax

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

See Also