XmlReader..::..HasAttributes Property

Namespace:  Squid.Xml
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool HasAttributes { get; set; }
Public Property HasAttributes As Boolean
	Get
	Set
public:
property bool^ HasAttributes {
	bool^ get ();
	void set (bool^ value);
}