XmlScannerAttribute Method |
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.5.0
Syntax public Attribute Attribute()
Return Value
Type:
AttributeThe current attribute or null if the current segment is not an attribute.
See Also