[Missing <summary> documentation for "P:Bespoke.Common.XmlHasChildElementsAttribute.HasChildElements"]

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

Syntax

C#
public bool HasChildElements { get; set; }
Visual Basic (Declaration)
Public Property HasChildElements As Boolean
Visual C++
public:
property bool HasChildElements {
	bool get ();
	void set (bool value);
}

See Also