XmlScannerAttribute Method A Sandcastle Documented Class Library
Returns an Attribute holding the name and value of the current attribute, if such exists. Otherwise returns null.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public Attribute Attribute()

Return Value

Type: Attribute
The current attribute or null if the current segment is not an attribute.
See Also

Reference