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